projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bda365
)
Makefile cleanups.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 18 Jul 2007 21:43:31 +0000
(14:43 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Wed, 18 Jul 2007 21:43:31 +0000
(14:43 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
965d277
..
ee00c7d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,9
+14,13
@@
version :
(git-describe || echo "Unknown") >version
$(OBJS) : version
-dep:
+clean :
+ rm -f $(OBJS) lbs version
+
+dep :
touch Makefile.dep
makedepend -fMakefile.dep $(SRCS)
-
-include *.
dep
+
.PHONY : clean
dep
+-include *.dep