From 13fd277b4a7090e47d351005db6a3dbadb66a0d0 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 13 Jul 2020 19:30:46 +0200 Subject: Remove 'remake' target from makefiles --- plugins/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/Makefile') diff --git a/plugins/Makefile b/plugins/Makefile index 26d3047..a87e798 100644 --- a/plugins/Makefile +++ b/plugins/Makefile @@ -13,15 +13,13 @@ SO_FLAGS += -fPIC TARGET = $(PLUGINNAME)/$(PLUGINNAME).$(SO_EXT) -.PHONY: all clean remake warning +.PHONY: all clean warning all: warning $(TARGET) clean: warning rm -rf $(TARGET) $(PLUGINNAME)/*.{o,dSYM} -remake: clean all - warning: ifndef PLUGINNAME $(error "PLUGINNAME not set! Please run root Makefile instead.") -- cgit v1.2.3-54-g00ecf