diff options
author | 2007-01-13 16:55:53 +0000 | |
---|---|---|
committer | 2007-01-13 16:55:53 +0000 | |
commit | 6f954cdf856d09f5b9fcda6849c7b7c9b33926e2 (patch) | |
tree | c060b50d5704c2344a83b6063a22a1e92f39ed91 | |
parent | 90adb715f261199c4c2a457c6fbb0c841d31038b (diff) | |
download | newsboat-6f954cdf856d09f5b9fcda6849c7b7c9b33926e2.tar.gz newsboat-6f954cdf856d09f5b9fcda6849c7b7c9b33926e2.tar.zst newsboat-6f954cdf856d09f5b9fcda6849c7b7c9b33926e2.zip |
uninstall make rule added
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ install: $(MKDIR) $(prefix)/bin $(INSTALL) $(OUTPUT) $(prefix)/bin +uninstall: + $(RM) $(prefix)/bin/$(OUTPUT) + Makefile.deps: $(SRC) $(CXX) $(CXXFLAGS) -MM -MG $(SRC) > Makefile.deps |