From 1590e7b0dc7e9848e060b7228a27d5309334d712 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Sep 2021 16:15:47 +0200 Subject: Improve makefile and silence false warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0fc98f5..f756909 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ include $(CONFIGFILE) all: bfind bfind.o: bfind.c arg.h - $(CC) -c -o $@ bfind.c $(CPPFLAGS) $(CFLAGS) + $(CC) -c -o $@ bfind.c $(CFLAGS) $(CPPFLAGS) bfind: bfind.o $(CC) -o $@ bfind.o $(LDFLAGS) @@ -23,6 +23,6 @@ uninstall: -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/bfind.1" clean: - -rm -rf -- bfind *.o + -rm -rf -- bfind *.o *.su .PHONY: all install uninstall clean -- cgit v1.2.3-70-g09d2