mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-12 20:14:59 -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
|