This website requires JavaScript.
Explore
Help
Sign In
x
/
box-o-sand
Watch
1
Star
0
Fork
0
You've already forked box-o-sand
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a1902d9af4
box-o-sand
/
Makefile
12 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
adding makefile for ch. 4
2011-09-04 04:00:55 +00:00
CFLAGS
=
-Wall -g
adding an "all" target and marking both it and "clean" as phony
2011-09-04 04:03:26 +00:00
all
:
ex
1
adding makefile for ch. 4
2011-09-04 04:00:55 +00:00
clean
:
rm -f ex1
adding an "all" target and marking both it and "clean" as phony
2011-09-04 04:03:26 +00:00
.PHONY
:
all
clean
Reference in New Issue
Copy Permalink