From 7bd92df5435030b9a32f8843369ad6673d0d9294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Wed, 22 Sep 2021 15:49:45 -0700 Subject: [PATCH] Makefile tweaks --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d72eaf0f..34a1d401 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 @@ windist: clean: ${PYTHON} setup.py --with-libyaml clean -a + rm -fr \ + dist/ \ + lib/PyYAML.egg-info/ \ + lib/yaml/__pycache__/ \ + tests/lib/__pycache__/ \ + yaml/_yaml.c \ +