school/cs142/smcquay/test1/Makefile

11 lines
118 B
Makefile
Raw Normal View History

2016-04-06 20:45:34 -07:00
CXXFLAGS=-Wall -g
all: tuition
clean:
@rm -vf tuition
test: all
./tuition < test_run.txt
debug: all
gdb tuition