first milestone reached
This commit is contained in:
9
Code/mcp/Makefile
Normal file
9
Code/mcp/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# MASTER CONTROL PROGY MAKEFILE
|
||||
#
|
||||
|
||||
DEPS = ../common/protocol.o ../common/protocol.h
|
||||
|
||||
mcp: mcp.o $(DEPS) Makefile
|
||||
gcc -Wall -g $< ../common/protocol.o -o $@
|
||||
|
||||
Reference in New Issue
Block a user