summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 5fd4094..4393a22 100644
--- a/Makefile
+++ b/Makefile
@@ -110,16 +110,8 @@ install-man: $(MANPAGES)
install -d "$(MANDIR)/man1"
install -m 644 $(MANPAGES) "$(MANDIR)/man1"
-uninstall: uninstall-progs uninstall-data uninstall-man
-
-uninstall-progs:
- rm -f $(addprefix "$(BINDIR)/", $(ALLPROGS))
-
-uninstall-data:
- rm -rf "$(DATADIR)"
-
-uninstall-man:
- rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
+uninstall:
+ @echo "I'm sorry, Dave. I'm afraid I can't do that"
testclean:
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~
OpenPOWER on IntegriCloud