Simplified the make target 'clean'.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 4 Jun 2013 21:35:38 +0000 (23:35 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 4 Jun 2013 21:35:38 +0000 (23:35 +0200)
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."