updated make

This commit is contained in:
Solomon Laing 2025-04-20 21:07:40 +09:30
parent 663223e5cb
commit 7c2064551d

View File

@ -23,7 +23,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)