diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 19:28:23 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 19:28:23 -0500 |
| commit | 9a590e457f7436fdcde6bb103245315de369d66d (patch) | |
| tree | 987671194bd635f789969dccea29ff992d0491a2 /Makefile | |
| parent | 397eafc081b75acf47edabd1610b85d531cda1f7 (diff) | |
| download | dmenu-9a590e457f7436fdcde6bb103245315de369d66d.tar.gz | |
Remove temp configuration
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |