adding cs142 code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user