Augment distclean.
This commit is contained in:
parent
bcc2e15628
commit
804fb3ea1a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -118,7 +118,7 @@ clean:
|
||||||
rm -rf build dist
|
rm -rf build dist
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -rf build dist $(APPNAME).egg-info $(LAPPNAME).prof test.sh
|
rm -rf $(APPNAME).egg-info $(LAPPNAME).prof test.sh Comics
|
||||||
rm -f _$(APPNAME)_configdata.py MANIFEST
|
rm -f _$(APPNAME)_configdata.py MANIFEST
|
||||||
|
|
||||||
localbuild:
|
localbuild:
|
||||||
|
|
Loading…
Reference in a new issue