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