projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86f609
)
Simplified the make target 'clean'.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 4 Jun 2013 21:35:38 +0000
(23:35 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 4 Jun 2013 21:35:38 +0000
(23:35 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d0c4e2b
..
67c4ad6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-49,7
+49,7
@@
uninstall:
clean:
@$(MAKE) $(MFLAGS) -C doc clean
- $(RM)
$(OBJ) $(DOBJ) $(TARGET) $(DTARGET) src/hint.js.h
+ $(RM)
src/*.o src/*.do src/hint.js.h $(TARGET) $(DTARGET)
dist: distclean
@echo "Creating tarball."