mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
added updateversion into makefile while compiling
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user