school/cs142/lab04/Makefile
2016-04-06 20:45:34 -07:00

8 lines
84 B
Makefile

CXXFLAGS=-Wall -g -std=c++0x
all: number
clean:
rm -vf number
test: all
./number