school/cs142/smcquay/fun_with_formatting/Makefile

10 lines
89 B
Makefile

CPPFLAGS=-Wall -g -std=c++0x
all: main
test: all
./main
clean:
@rm -rfv main.o main