added a small test prg for serial in
This commit is contained in:
9
serial/Makefile
Normal file
9
serial/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
serial.o: serial.c serial.h Makefile
|
||||
gcc -Wall -c $<
|
||||
|
||||
t: t.c serial.o Makefile
|
||||
gcc -Wall $< serial.o -o $@
|
||||
|
||||
Reference in New Issue
Block a user