makefile, clean
This commit is contained in:
parent
cbecf20b36
commit
a63c733d69
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ all: Makefile
|
|||
clean:
|
||||
find ./ -name \*.pyc -delete
|
||||
find ./ -name \*~ -delete
|
||||
find ./ -name "#*#" -delete
|
||||
|
||||
install:
|
||||
$(INSTALL) -d $(BINDIR) $(DATADIR)/poezio $(DATADIR)/poezio/data $(DATADIR)/poezio/src $(DATADIR)/poezio/src/
|
||||
|
|
Loading…
Reference in a new issue