mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 12:08:05 +01:00
added updateversion into makefile while compiling
This commit is contained in:
@@ -22,7 +22,7 @@ CFLAGS+= -Wall -DC_ONLY -DMCB_FUNCS -DDACS_INT $(VFLAGS)
|
||||
LDLIBS+= -lm
|
||||
|
||||
mythen: clean $(PROGS)
|
||||
all: $(PROGS)
|
||||
all: updateVersion $(PROGS)
|
||||
|
||||
boot: $(OBJS)
|
||||
|
||||
@@ -39,3 +39,7 @@ clean:
|
||||
|
||||
depend:
|
||||
makedepend -Y -- $(CFLAGS) -- $(SRCS) 2>/dev/null
|
||||
|
||||
updateVersion:
|
||||
./updateGitVersion.sh
|
||||
|
||||
Reference in New Issue
Block a user