1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-11-11 03:25:07 -05:00
FireTray/testing/Makefile

5 lines
119 B
Makefile
Raw Normal View History

2011-07-03 18:00:07 -04:00
includes := $(shell pkg-config --libs --cflags gtk+-2.0)
all:
gcc $(includes) -o gtk_icon_example gkt_icon_example.c