1
0
Fork 0
school/cs142/lab02/Makefile

11 linhas
167 B
Makefile

CPPFLAGS=-Wall -g -std=c++0x
all: timer temperature binary
binary: binary.cpp
temperature: temperature.cpp
timer: timer.cpp
clean:
rm -rv timer temperature binary