Skip to content

Commit

Permalink
Makefile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Sep 23, 2021
1 parent 8f27932 commit 7bd92df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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=
Expand Down Expand Up @@ -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 \

0 comments on commit 7bd92df

Please sign in to comment.