first real run on the phytotron
This commit is contained in:
4
Makefile
4
Makefile
@@ -10,8 +10,10 @@ all: essai fake-values
|
||||
|
||||
# ---------------------------------------------
|
||||
|
||||
O = serial/serial.o serial/funcs.o
|
||||
|
||||
essai: essai.c Makefile $(CLIB)
|
||||
$(CC) ${CCOPT} $< $(CLIB) -lncurses -o $@
|
||||
$(CC) ${CCOPT} $< $(CLIB) ${O} -lncurses -o $@
|
||||
|
||||
fake-values: fake-values.c Makefile $(CLIB)
|
||||
$(CC) ${CCOPT} $< $(CLIB) -o $@
|
||||
|
||||
Reference in New Issue
Block a user