diff options
author | Daniel Carl <danielcarl@gmx.de> | 2013-06-04 23:35:38 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2013-06-04 23:35:38 +0200 |
commit | 5483001be790ced9f914ebb4699276ca04fd63fb (patch) | |
tree | 4f8042bbd091b24feaadac477ba0e71facdf87aa /Makefile | |
parent | c86f60993553112264a82882e15d72a9724afecc (diff) |
Simplified the make target 'clean'.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |