From 521dc0c9100cd167be8525ca00ccaed4e0d7fa33 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 12 Jan 2017 02:58:52 +0100 Subject: Makefile: clean: do not list .o files explicitly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80fe8ac..6633740 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ all: $(BIN) $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< clean: - -rm $(BIN) $(BIN:=.o) util.o stream.o + -rm $(BIN) *.o .PHONY: all clean .PRECIOUS: util.o stream.o -- cgit v1.2.3-70-g09d2