fixed temperature for jungfrau in server, also for negative values

This commit is contained in:
Dhanya Maliakal
2017-07-06 16:07:01 +02:00
parent 1e50bc4cc0
commit be6925c504
6 changed files with 32 additions and 11 deletions

View File

@ -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)