school/cs142/smcquay/test1/Makefile

11 lines
118 B
Makefile

CXXFLAGS=-Wall -g
all: tuition
clean:
@rm -vf tuition
test: all
./tuition < test_run.txt
debug: all
gdb tuition