mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 13:51:34 +01:00
added updateversion into makefile while compiling
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user