added updateversion into makefile while compiling

This commit is contained in:
Dhanya Maliakal
2017-06-28 11:00:21 +02:00
parent 7a8d0b8dad
commit fde7ddf832
3 changed files with 47 additions and 2 deletions

View File

@ -18,7 +18,7 @@ CFLAGS+= -Wall -DC_ONLY -DVERBOSE
LDLIBS+= -lm
all: $(PROGS)
all: updateVersion $(PROGS)
boot: $(OBJS)
@ -35,3 +35,7 @@ clean:
depend:
makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null
updateVersion:
./updateGitVersion.sh