Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Oct 9, 2022
1 parent 80229c8 commit 2678c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -2,7 +2,8 @@

NAME=Amiri
LATIN=AmiriLatin
VERSION=$(shell git describe --tags --abbrev=0)
TAG=$(shell git describe --tags --abbrev=0)
VERSION=$(TAG:v%=%)

SRC=sources
BUILDDIR=build
Expand Down

0 comments on commit 2678c42

Please sign in to comment.