This website requires JavaScript.
Explore
Help
Sign In
dm
/
school
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Activity
Files
9d4aab12b8604c7076128895a56caf87162ceb96
school
/
cs142
/
smcquay
/
fun_with_formatting
/
Makefile
T
10 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
adding cs142 code
2016-04-06 20:45:34 -07:00
CPPFLAGS
=
-Wall -g -std
=
c++0x
all
:
main
test
:
all
./main
clean
:
@rm -rfv main.o main
Reference in New Issue
Copy Permalink