From 04549d4858560117186270b9e0afa524add3ba86 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 10 Feb 2015 07:57:42 +0000 Subject: [PATCH] Fix make clean deleting lv2-modgui script --- source/bridges-ui/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/bridges-ui/Makefile b/source/bridges-ui/Makefile index 13caada72..0b8200fd1 100644 --- a/source/bridges-ui/Makefile +++ b/source/bridges-ui/Makefile @@ -103,7 +103,11 @@ all: $(TARGETS) clean: rm -f $(OBJDIR)/*.cpp $(OBJDIR)/*.moc $(OBJDIR)/*.o - rm -f $(BINDIR)/$(MODULENAME)-lv2-* + rm -f $(BINDIR)/$(MODULENAME)-lv2-gtk* + rm -f $(BINDIR)/$(MODULENAME)-lv2-qt* + rm -f $(BINDIR)/$(MODULENAME)-lv2-cocoa + rm -f $(BINDIR)/$(MODULENAME)-lv2-x11 + rm -f $(BINDIR)/$(MODULENAME)-lv2-windows debug: $(MAKE) DEBUG=true