mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-11 03:25:07 -05:00
5 lines
119 B
Makefile
5 lines
119 B
Makefile
|
includes := $(shell pkg-config --libs --cflags gtk+-2.0)
|
||
|
|
||
|
all:
|
||
|
gcc $(includes) -o gtk_icon_example gkt_icon_example.c
|