diff --git a/Makefile b/Makefile index 6f4c420..b2871c8 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ CFLAGS += -Wnested-externs -Winline -Wwrite-strings -Waggregate-return all: badger.o bwudp.o clean: - rm -f *.o + rm -f *.o *.d