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 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ed32b2..41621f9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PLUGINDIR = plugins PLUGINS = $(filter-out _%,$(patsubst $(PLUGINDIR)/%,%,$(shell find $(PLUGINDIR)/ -maxdepth 1 -type d))) -.PHONY: all clean remake +.PHONY: all clean # Clear all implicit suffix rules .SUFFIXES: @@ -25,9 +25,6 @@ clean: rm -f $(TARGETS) *.o *.sql.h for pl in $(PLUGINS); do make --no-print-directory -C $(PLUGINDIR) $@ PLUGINNAME=$$pl; done -remake: clean - $(MAKE) all - $(TARGETS): $(patsubst %.c,%.o,$(wildcard *.c)) $(CC) -o $@ $^ $(LDFLAGS) -- cgit v1.2.3-70-g09d2