summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-06-04 23:35:38 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-06-04 23:35:38 +0200
commit5483001be790ced9f914ebb4699276ca04fd63fb (patch)
tree4f8042bbd091b24feaadac477ba0e71facdf87aa /Makefile
parentc86f60993553112264a82882e15d72a9724afecc (diff)
Simplified the make target 'clean'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0c4e2b..67c4ad6 100644
--- 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."