From: Daniel Carl Date: Tue, 4 Jun 2013 21:35:38 +0000 (+0200) Subject: Simplified the make target 'clean'. X-Git-Url: https://git.owens.tech///git?a=commitdiff_plain;h=5483001be790ced9f914ebb4699276ca04fd63fb;p=vimb.git Simplified the make target 'clean'. --- 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."