Started migration to Python... Maybe not a good idea.

This commit is contained in:
Johannes Findeisen 2023-11-01 21:33:35 +01:00
commit 8758aa2385
7 changed files with 237 additions and 3 deletions

View file

@ -6,3 +6,12 @@ nonotify:
clean:
rm -f spacetray
all2:
$(CC) -Wall -g `pkg-config --cflags --libs gtk+-2.0 --libs appindicator-0.1 --libs libcurl --libs json-c --libs libnotify` -DLIBNOTIFY -o spacetray spacetray.c
nonotify2:
$(CC) -Wall -g `pkg-config --cflags --libs gtk+-2.0 --libs appindicator-0.1 --libs libcurl --libs json-c` -o spacetray spacetray.c
clean2:
rm -f spacetray2