diff options
| author | Blista Kanjo | 2024-06-26 06:56:37 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-06-26 06:56:37 -0400 |
| commit | 22bc188578b46ffff0708dee48e52d662c9a4a1b (patch) | |
| tree | d0d8dead96e3cf4c877becd02184403c24d380b2 /.local/share/python-SysTrayMediaControls/Makefile | |
| parent | c02f9280dac81a5c60d5cae73d65b4f009362e6e (diff) | |
feat: add `SysTrayMediaControls`
Diffstat (limited to '.local/share/python-SysTrayMediaControls/Makefile')
| -rw-r--r-- | .local/share/python-SysTrayMediaControls/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/python-SysTrayMediaControls/Makefile b/.local/share/python-SysTrayMediaControls/Makefile new file mode 100644 index 0000000..88dbe60 --- /dev/null +++ b/.local/share/python-SysTrayMediaControls/Makefile @@ -0,0 +1,3 @@ +compile: + cython3 --embed -o SysTrayMediaControls.c -X language_level=3 SysTrayMediaControls.py + gcc -march=native -O2 -pipe -fno-plt -I /usr/include/python3.12 -o SysTrayMediaControls SysTrayMediaControls.c -lpython3.12 -lpthread -lm -lutil -ldl `pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1 dbus-1 dbus-glib-1` |
