This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a5855641f8
apenwarr-redo
/
Makefile
7 lines
43 B
Makefile
Raw
Normal View
History
Unescape
Escape
Change the default rule name from 'it' to 'all'. This is a departure from how djb seems to have it set up, but I just like it better. It's more like the reasonably-common Makefile standard. (Although what make *actually* does is just use the first target declared in the file.)
2010-11-13 01:40:37 -08:00
all
:
A Makefile that just forwards everything to redo.
2010-11-12 05:25:29 -08:00
Makefile: use a .PHONY rule to force everything to forward to redo.
2010-11-12 23:19:27 -08:00
%
:
FORCE
Notice sooner when make has "helpfully" closed its job control file descriptors.
2010-11-13 05:05:48 -08:00
+./redo
$@
Makefile: use a .PHONY rule to force everything to forward to redo.
2010-11-12 23:19:27 -08:00
.PHONY
:
FORCE
Reference in a new issue
Copy permalink