1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-12 20:14:59 -05:00
FireTray/testing/Makefile
2011-07-04 00:00:07 +02:00

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