commit | 7bd92df5435030b9a32f8843369ad6673d0d9294 | [log] [tgz] |
---|---|---|
author | Ingy döt Net <ingy@ingy.net> | Wed Sep 22 15:49:45 2021 -0700 |
committer | Ingy döt Net <ingy@ingy.net> | Thu Sep 23 14:42:00 2021 -0700 |
tree | d912bea3f34d66e8838d000ec36084fcfdbd51d4 | |
parent | 8f27932796623d58fe9e226e141cd27a6f0befec [diff] |
Makefile tweaks
diff --git a/Makefile b/Makefile index d72eaf0..34a1d40 100644 --- a/Makefile +++ b/Makefile
@@ -1,5 +1,5 @@ -.PHONY: default build buildext force forceext install installext test testext dist clean +.PHONY: build dist PYTHON=/usr/bin/python3 TEST= @@ -42,3 +42,10 @@ clean: ${PYTHON} setup.py --with-libyaml clean -a + rm -fr \ + dist/ \ + lib/PyYAML.egg-info/ \ + lib/yaml/__pycache__/ \ + tests/lib/__pycache__/ \ + yaml/_yaml.c \ +