X-Git-Url: https://jasonwoof.com/gitweb/?p=now-playing-d.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=d2d6a53f42083fec717615a6577136a3dda6b5f9;hp=0000000000000000000000000000000000000000;hb=c1b9cf2a3e8e380738402381c585f9e282cbc39f;hpb=353f205d1b74d10acc4749605dd2234c2d852a76 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d2d6a53 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +now-playing-d: now-playing-d.c eggtrayicon.c eggtrayicon.h + gcc -D"TMP_FILE=\"$(HOME)/tmp/now-playing\"" `pkg-config --cflags --libs gtk+-2.0` eggtrayicon.c now-playing-d.c -o $@ + +install: now-playing-d + cp now-playing-d "$(HOME)/bin/" + +clean: + rm -f now-playing-d