blob: 35aedc8bd691e1ffc994a99ef120bd637cff2eee (
plain)
1
2
3
4
5
6
7
8
9
|
UTILNAME:=yaml
PKGNAME:=ruamel.yaml
VERSION:=$(shell python setup.py --version)
REGEN:=/home/bin/ruamel_util_new util --published --command YAML --skip-hg
include ~/.config/ruamel_util_new/Makefile.inc
clean: clean_common
|