added updateversion into makefile while compiling

This commit is contained in:
Dhanya Maliakal
2017-06-28 10:54:27 +02:00
parent a7d3006cda
commit 56645a48af
2 changed files with 38 additions and 1 deletions

View File

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