first milestone reached
This commit is contained in:
9
Code/common/Makefile
Normal file
9
Code/common/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# MYRYS ROVER COMMON CODE
|
||||
#
|
||||
|
||||
COPT = -g -Wall -DDEBUG_LEVEL=0
|
||||
|
||||
protocol.o: protocol.c protocol.h Makefile
|
||||
gcc -c $(COPT) $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user