Skip to content

Commit

Permalink
Makefile: add removal of *.d files on clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Sep 7, 2022
1 parent acf3c74 commit 9d93d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d93d61

Please sign in to comment.