Browse Source

make clean lsx

master
Connor Lane Smith 13 years ago
parent
commit
59dafc4ad6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -30,7 +30,7 @@ lsx: lsx.o

clean:
@echo cleaning
@rm -f dmenu ${OBJ} dmenu-${VERSION}.tar.gz
@rm -f dmenu lsx ${OBJ} dmenu-${VERSION}.tar.gz

dist: clean
@echo creating dist tarball


Loading…
Cancel
Save