servers: default compile not update versionign

This commit is contained in:
2019-11-22 17:23:07 +01:00
parent 5e9d70948b
commit a95ab1e13e
10 changed files with 16 additions and 16 deletions

View File

@ -16,7 +16,8 @@ SRCS += $(main_src)slsDetectorServer.c $(main_src)slsDetectorServer_funcs.c $(m
OBJS = $(SRCS:.c=.o)
all: clean versioning $(PROGS)
all: clean $(PROGS)
version: clean versioning $(PROGS)
boot: $(OBJS)