mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 13:31:38 +01:00
gotthard server updated, yet to run
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
DESTDIR ?= ./
|
||||
|
||||
CC = gcc
|
||||
CFLAGS += -Wall -DGOTTHARDD -DMCB_FUNCS -DDEBUG -DVIRTUAL
|
||||
CFLAGS += -Wall -DGOTTHARDD -DVIRTUAL
|
||||
|
||||
|
||||
PROGS= $(DESTDIR)/gotthardDetectorServer_virtual
|
||||
|
||||
|
||||
SRCS = server.c server_funcs.c communication_funcs.c firmware_funcs.c mcb_funcs.c
|
||||
SRCS = server.c server_funcs.c communication_funcs.c firmware_funcs.c
|
||||
OBJS = $(SRCS:%.c=%.o)
|
||||
|
||||
gotthardVirtualServer = $(PROGS)
|
||||
|
||||
Reference in New Issue
Block a user