mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
added updateversion into makefile while compiling
This commit is contained in:
@ -10,7 +10,7 @@ INSTMODE = 0777
|
||||
SRC_CLNT = communication_funcs.c slsDetectorServer.c slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
||||
OBJS = $(SRC_CLNT:.c=.o)
|
||||
|
||||
all: clean $(PROGS)
|
||||
all: clean updateVersion $(PROGS)
|
||||
|
||||
boot: $(OBJS)
|
||||
|
||||
@ -24,3 +24,6 @@ $(PROGS): $(OBJS)
|
||||
clean:
|
||||
rm -rf $(DESTDIR)/$(PROGS) *.o
|
||||
|
||||
updateVersion:
|
||||
./updateGitVersion.sh
|
||||
|
Reference in New Issue
Block a user