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 --- weechat/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'weechat/Makefile') diff --git a/weechat/Makefile b/weechat/Makefile index 0973efe..650bbf2 100644 --- a/weechat/Makefile +++ b/weechat/Makefile @@ -20,16 +20,13 @@ endif .SECONDARY: -.PHONY: all clean remake dynamiclib +.PHONY: all clean dynamiclib all: dynamiclib clean: rm -f *.$(DYLIB_EXT) *.o -remake: clean - $(MAKE) all - dynamiclib: tomsg.$(DYLIB_EXT) -- cgit v1.2.3-54-g00ecf