Update Makefile

This commit is contained in:
BitHeaven
2022-08-14 00:48:07 +05:00
committed by GitHub
parent b319a691c7
commit fb6316d64f

View File

@ -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 $(OBJ) dmenu-$(VERSION).tar.gz config.h
dist: clean
mkdir -p dmenu-$(VERSION)