Skip to content

Commit

Permalink
makefile: add config.h to clean rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fsareshwala committed May 29, 2020
1 parent 3ecf3d1 commit 214cb02
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 @@ -29,7 +29,7 @@ stest: stest.o
$(CC) -o $@ stest.o $(LDFLAGS)

clean:
rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz
rm -f dmenu stest config.h $(OBJ) dmenu-$(VERSION).tar.gz

dist: clean
mkdir -p dmenu-$(VERSION)
Expand Down

0 comments on commit 214cb02

Please sign in to comment.