X-Git-Url: https://jasonwoof.com/gitweb/?p=now-playing-d.git;a=blobdiff_plain;f=Makefile;h=3fb709c4a0d4d3f57067cd303402caaca6d4e637;hp=d2d6a53f42083fec717615a6577136a3dda6b5f9;hb=HEAD;hpb=c1b9cf2a3e8e380738402381c585f9e282cbc39f diff --git a/Makefile b/Makefile index d2d6a53..3fb709c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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 $@ + gcc `pkg-config --cflags --libs gtk+-2.0` eggtrayicon.c now-playing-d.c -o $@ install: now-playing-d cp now-playing-d "$(HOME)/bin/"