diff options
| author | kj-sh604 | 2025-06-10 13:32:36 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-06-10 13:32:36 -0400 |
| commit | d55248989fe4aa8b7c6f5d06ac8a89b66ba3aba8 (patch) | |
| tree | b86e16f5a611246ba6740d7c3e9331a5b2cf38eb /.local/src/python-rainfall/Makefile | |
| parent | 3eceaf30b0bfeb617e74275d15e41c0939fecd61 (diff) | |
refactor: multiple changes (see description)
* add LICENSEs where necesary
* remove *pkg scripts from repo see: https://github.com/kj-sh604/gitpkg
* rename .local/src python directories
* update .local/bin scripts in relation to above
Diffstat (limited to '.local/src/python-rainfall/Makefile')
| -rw-r--r-- | .local/src/python-rainfall/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/src/python-rainfall/Makefile b/.local/src/python-rainfall/Makefile deleted file mode 100644 index c7cdd98..0000000 --- a/.local/src/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 |
