diff options
Diffstat (limited to '.local/share/python-rainfall/Makefile')
| -rw-r--r-- | .local/share/python-rainfall/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/share/python-rainfall/Makefile b/.local/share/python-rainfall/Makefile deleted file mode 100644 index c7cdd98..0000000 --- a/.local/share/python-rainfall/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -compile: - cython3 --embed -o rainfall.c -X language_level=3 rainfall.py - PYTHON_VERSION=`ls --sort version /usr/include | grep -o 'python[3-9]\+\.[0-9]\+' | tail -1` ; \ - gcc -march=native -O2 -pipe -fno-plt -I /usr/include/$$PYTHON_VERSION -o rainfall rainfall.c -l$$PYTHON_VERSION -lpthread -lm -lutil -ldl |
