summaryrefslogtreecommitdiff
path: root/Makefile
blob: d9a38fd9c5c47e532517a6c64aed501da10170ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12

UTILNAME:=base
PKGNAME:=ruamel.base
VERSION:=$$(python setup.py --version)
REGEN:=/home/bin/ruamel_util_new util --published Base --skip-hg

include ~/.config/ruamel_util_new/Makefile.inc

clean:
	rm -rf build .tox $(PKGNAME).egg-info/ README.pdf
	find . -name "*.pyc" -exec rm {} +
	@find . -name "__pycache__" -print0  | xargs -r -0 rm -rf