Fixed wrong clean make target.
authorDaniel Carl <danielcarl@gmx.de>
Tue, 25 Jun 2013 07:11:24 +0000 (09:11 +0200)
committerDaniel 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

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/hints.js.h $(TARGET) $(DTARGET)
 
 dist: distclean
        @echo "Creating tarball."