mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-18 23:11:07 +01:00
fixed temperature for jungfrau in server, also for negative values
This commit is contained in:
@@ -17,6 +17,7 @@ boot: $(OBJS)
|
||||
$(PROGS): $(OBJS)
|
||||
# echo $(OBJS)
|
||||
@echo `tput setaf 6; ./updateGitVersion.sh; tput sgr0;`
|
||||
$(CC) $(CFLAGS) -c -o slsDetectorFunctionList.o slsDetectorFunctionList.c
|
||||
mkdir -p $(DESTDIR)
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LDLIBS)
|
||||
mv $(PROGS) $(DESTDIR)
|
||||
|
||||
Reference in New Issue
Block a user