added updateversion into makefile while compiling

This commit is contained in:
Dhanya Maliakal
2017-06-28 10:57:39 +02:00
parent 56645a48af
commit 7a8d0b8dad
2 changed files with 38 additions and 2 deletions

View File

@ -21,7 +21,7 @@ OBJS = $(SRCS:%.c=%.o)
all: clean $(PROGS)
all: clean updateVersion $(PROGS)
boot: $(OBJS)
@ -41,7 +41,8 @@ romfs:
clean:
rm -rf $(PROGS) *.o *.gdb
updateVersion:
./updateGitVersion.sh