school/cs142/smcquay/fun_with_formatting/Makefile

10 lines
89 B
Makefile
Raw Normal View History

2016-04-06 20:45:34 -07:00
CPPFLAGS=-Wall -g -std=c++0x
all: main
test: all
./main
clean:
@rm -rfv main.o main