summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-01-08 22:32:36 +0100
committerAnthon van der Neut <anthon@mnt.org>2016-01-08 22:32:36 +0100
commit16e107a8b0d79a9dc3bbfa57a14dfa63e2a7ca1b (patch)
treea6b80c3b56a7d088bee65f0567dfcc94a9eec814 /Makefile
parentd444338e4438323535476461414e1652bdd75cb3 (diff)
downloadruamel.yaml-16e107a8b0d79a9dc3bbfa57a14dfa63e2a7ca1b.tar.gz
minor 3.x compatibility changes in helper script make_win_whl.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7111db8..c9b69af 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ cython: ext/_yaml.c
ext/_yaml.c: ext/_yaml.pyx
cd ext; cython _yaml.pyx
+ls-l:
+ ls -l dist/*$(VERSION)*
#tstvenv: testvenv testsetup testtest
#