first milestone reached
This commit is contained in:
10
Code/rover/Makefile
Normal file
10
Code/rover/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# FUTILITY ONBORARD SOFTWARE
|
||||
#
|
||||
|
||||
DEPS = ../common/protocol.o ../common/protocol.h
|
||||
|
||||
futility: futility.o $(DEPS) Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user