diff options
Diffstat (limited to '.local/share')
| -rw-r--r-- | .local/share/python-dateTimeSetter/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/python-dateTimeSetter/Makefile b/.local/share/python-dateTimeSetter/Makefile new file mode 100644 index 0000000..7f19214 --- /dev/null +++ b/.local/share/python-dateTimeSetter/Makefile @@ -0,0 +1,3 @@ +compile: + cython3 --embed -o dateTime.c -X language_level=3 dateTime.py + gcc -march=native -O2 -pipe -fno-plt -I /usr/include/python3.12 -o dateTime dateTime.c -lpython3.12 -lpthread -lm -lutil -ldl |
