JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
d2d6a53f42083fec717615a6577136a3dda6b5f9
[now-playing-d.git] / Makefile
1 now-playing-d: now-playing-d.c eggtrayicon.c eggtrayicon.h
2         gcc -D"TMP_FILE=\"$(HOME)/tmp/now-playing\"" `pkg-config --cflags --libs gtk+-2.0` eggtrayicon.c now-playing-d.c -o $@
3
4 install: now-playing-d
5         cp now-playing-d "$(HOME)/bin/"
6
7 clean:
8         rm -f now-playing-d