JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Inintial import
[now-playing-d.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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