make cleaner

This commit is contained in:
Luke Smith 2020-03-13 10:46:05 -04:00
parent b119b55c05
commit 130844d491
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

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 *.rej *.orig
dist: clean
mkdir -p dmenu-$(VERSION)