initial commt... copied all stuff from ccchh/dooris...
This commit is contained in:
parent
d3483504fb
commit
6b412678e5
4 changed files with 815 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
all: spaceapi-gtk
|
||||
|
||||
spaceapi-gtk: spaceapi-gtk.c
|
||||
$(CC) -Wall -g `pkg-config --cflags --libs gtk+-2.0 --libs libcurl --libs json-c --libs libnotify` -DLIBNOTIFY -o spaceapi-gtk spaceapi-gtk.c
|
||||
|
||||
clean:
|
||||
rm -f spaceapi-gtk
|
||||
Loading…
Add table
Add a link
Reference in a new issue