mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02: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)
|
||||
|
||||
@ -40,6 +40,9 @@ romfs:
|
||||
|
||||
clean:
|
||||
rm -rf $(PROGS) *.o *.gdb
|
||||
|
||||
updateVersion:
|
||||
./updateGitVersion.sh
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user