aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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