adding cs142 code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
CXXFLAGS=-Wall -g -std=c++0x
|
||||
all: monopoly
|
||||
clean:
|
||||
rm -vf monopoly
|
||||
|
||||
test: all
|
||||
./monopoly
|
||||
|
||||
debug: all
|
||||
gdb monopoly
|
||||
Reference in New Issue
Block a user