add config.h to make clean
This commit is contained in:
parent
b3dbef8937
commit
de8f9d3e79
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ stest: stest.o
|
|||||||
$(CC) -o $@ stest.o $(LDFLAGS)
|
$(CC) -o $@ stest.o $(LDFLAGS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz
|
rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz config.h
|
||||||
|
|
||||||
dist: clean
|
dist: clean
|
||||||
mkdir -p dmenu-$(VERSION)
|
mkdir -p dmenu-$(VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user