public
Description: An exercise to rewrite my blog with C
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare-in-c.git
Added -f to the clean commands to force its deletion and not fail when it 
is not present.
brosner (author)
Tue Apr 15 08:34:36 -0700 2008
commit  02e5af9b1ee9bd86e6767784b79b605151672fd3
tree    2127a0b80b2f80beed69dd241bb99fde17517d19
parent  3b3ab4e60eed4b81c93e7d8a413efd40f9b14749
...
12
13
14
15
16
 
 
...
12
13
14
 
 
15
16
0
@@ -12,5 +12,5 @@ main.o: server.h main.c
0
   $(CC) -c main.c
0
 
0
 clean:
0
- rm oebfare
0
- rm *.o
0
+ rm -f *.o
0
+ rm -f oebfare

Comments

    No one has commented yet.