summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 19:28:23 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 19:28:23 -0500
commit9a590e457f7436fdcde6bb103245315de369d66d (patch)
tree987671194bd635f789969dccea29ff992d0491a2 /Makefile
parent397eafc081b75acf47edabd1610b85d531cda1f7 (diff)
downloaddmenu-9a590e457f7436fdcde6bb103245315de369d66d.tar.gz
Remove temp configuration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a03a95c..fe864c3 100644
--- a/Makefile
+++ b/Makefile
@@ -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)