summaryrefslogtreecommitdiff
path: root/Demos/Makefile
diff options
context:
space:
mode:
authorPhil Austin <paustin@eos.ubc.ca>2016-03-25 18:11:36 -0700
committerPhil Austin <paustin@eos.ubc.ca>2016-03-25 18:11:36 -0700
commita97ebf6df8322157b5297efe48db61d03cd2d5cd (patch)
treef0432c5c7d89192d9fb87776137a1c0829e78adb /Demos/Makefile
parent20f38e382e605ca939a4ab79e68fb0ede200565d (diff)
downloadcython-a97ebf6df8322157b5297efe48db61d03cd2d5cd.tar.gz
add comments to makefile
Diffstat (limited to 'Demos/Makefile')
-rw-r--r--Demos/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Demos/Makefile b/Demos/Makefile
index 12a7c2da2..4694eba3b 100644
--- a/Demos/Makefile
+++ b/Demos/Makefile
@@ -15,6 +15,10 @@ test: all
# benchmarks to build benchmarks
# python setup.py build_ext --inplace in libraries then
# python -c 'import call_mymath;print(call_mymath.call_sinc(1))'
+ #
+ # embed and freeze are working for python2 but not python3
+ #
+ #
clean:
@echo Cleaning Demos
@rm -f *.c *.o *.so *~ core