school/cs142/lab03/Makefile

5 lines
61 B
Makefile

CXXFLAGS=-Wall -g -std=c++0x
all: grade
clean:
rm -vf grade