workaround the infamous select() bug : first milestone, demo code is coming
This commit is contained in:
@@ -4,6 +4,9 @@ OPT = -Wall -DDEBUG_LEVEL=1
|
||||
serial.o: serial.c serial.h Makefile
|
||||
gcc ${OPT} -c $<
|
||||
|
||||
t: t.c serial.o Makefile
|
||||
gcc ${OPT} $< serial.o -o $@
|
||||
funcs.o: funcs.c serial.h Makefile
|
||||
gcc ${OPT} -c $<
|
||||
|
||||
t: t.c serial.o funcs.o Makefile
|
||||
gcc ${OPT} $< serial.o funcs.o -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user