projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7620e
)
Makefile: Fix clean target.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Thu, 13 Nov 2008 22:38:44 +0000
(14:38 -0800)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Thu, 13 Nov 2008 22:38:44 +0000
(14:38 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
327db1e
..
37a747e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-17,7
+17,7
@@
version : NEWS
$(OBJS) : version
clean :
- rm -f $(OBJS)
lb
s version
+ rm -f $(OBJS)
cumulu
s version
dep :
touch Makefile.dep