projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7e3d3
)
Fixed wrong clean make target.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 25 Jun 2013 07:11:24 +0000
(09:11 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 25 Jun 2013 07:11:24 +0000
(09:11 +0200)
The file name for the hints.js.h was wrong.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
77aa5e9
..
c814d91
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-49,7
+49,7
@@
uninstall:
clean:
@$(MAKE) $(MFLAGS) -C doc clean
- $(RM) src/*.o src/*.do src/hint.js.h $(TARGET) $(DTARGET)
+ $(RM) src/*.o src/*.do src/hint
s
.js.h $(TARGET) $(DTARGET)
dist: distclean
@echo "Creating tarball."