JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
read stdin instead of polling a text file
[now-playing-d.git] / Makefile
1 now-playing-d: now-playing-d.c eggtrayicon.c eggtrayicon.h
2         gcc `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