all: xmms-ctl.c
	gcc -O2 `pkg-config --cflags glib-2.0` `/usr/bin/xmms-config --libs` -lxmms -o xmms-ctl xmms-ctl.c
