school/cs142/lab05/Makefile

11 lines
116 B
Makefile

CXXFLAGS=-Wall -g -std=c++0x
all: monopoly
clean:
rm -vf monopoly
test: all
./monopoly
debug: all
gdb monopoly