Commit a97ebf6d authored by Phil Austin's avatar Phil Austin

add comments to makefile

parent 20f38e38
...@@ -15,6 +15,10 @@ test: all ...@@ -15,6 +15,10 @@ test: all
# benchmarks to build benchmarks # benchmarks to build benchmarks
# python setup.py build_ext --inplace in libraries then # python setup.py build_ext --inplace in libraries then
# python -c 'import call_mymath;print(call_mymath.call_sinc(1))' # python -c 'import call_mymath;print(call_mymath.call_sinc(1))'
#
# embed and freeze are working for python2 but not python3
#
#
clean: clean:
@echo Cleaning Demos @echo Cleaning Demos
@rm -f *.c *.o *.so *~ core @rm -f *.c *.o *.so *~ core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment