Support for show
[tig] / Makefile
index 57d7ead..fe498bb 100644 (file)
--- 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