public
Description: My own, trendy conkeror repo for committing and such so that I no longer have to do silly things like send patches to mailing lists.
Homepage: http://conkeror.mozdev.org/index.php
Clone URL: git://github.com/wfarr/conkeror.git
Add clean action to Makefile
Jeremy Maitin-Shepard (author)
Thu Apr 10 16:06:29 -0700 2008
commit  2d8649d06768bb3c3a2c9620d8ca891d236afa26
tree    7491e4df80f1209df0d2688ce5607e08869effa5
parent  86a27e63757172941493cd48b0696c73f96646b3
...
 
1
2
3
4
 
 
 
...
1
2
3
4
5
6
7
8
0
@@ -1,4 +1,8 @@
0
+.PHONY: clean
0
 
0
 CFLAGS = -O2 -g
0
 
0
 spawn-process-helper: spawn-process-helper.c
0
+
0
+clean:
0
+ rm -f spawn-process-helper

Comments

    No one has commented yet.