This website requires JavaScript.
Explore
Help
Sign In
dm
/
school
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Activity
Files
0c4c6d5a96afa58dc438c70acbb8d2c9d6e7e6c9
school
/
cs142
/
lab04
/
Makefile
T
8 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
adding cs142 code
2016-04-06 20:45:34 -07:00
CXXFLAGS
=
-Wall -g -std
=
c++0x
all
:
number
clean
:
rm -vf number
test
:
all
./number
Reference in New Issue
Copy Permalink