school/cs142/lab06/Makefile

7 lines
99 B
Makefile

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