updated minor 10g ctb

This commit is contained in:
2019-08-16 15:35:23 +02:00
parent 3a698cc306
commit b59d69325e
4 changed files with 9 additions and 7 deletions

View File

@ -10,8 +10,8 @@ INSTMODE = 0777
SRC_CLNT = communication_funcs.c slsDetectorServer.c slsDetectorServer_funcs.c slsDetectorFunctionList.c
OBJS = $(SRC_CLNT:.c=.o)
#all: clean versioning $(PROGS)
all: clean $(PROGS)
all: clean versioning $(PROGS)
#all: clean $(PROGS)
boot: $(OBJS)