X-Git-Url: https://git.distorted.org.uk/~mdw/tig/blobdiff_plain/889cb462dd376de682f9f6e160b8eb6f6665435c..8855ada4ae068bc5d8746f125747a678975180d9:/Makefile diff --git a/Makefile b/Makefile index 57d7ead..fe498bb 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ install: all install $$prog $(PREFIX)/bin; \ done - install-docs: docs for doc in $(DOCS); do \ case "$$doc" in \ @@ -25,7 +24,7 @@ install-docs: docs done clean: - rm -f $(PROGS) $(DOCS) + rm -f $(PROGS) $(DOCS) core .PHONY: all docs install clean