summaryrefslogtreecommitdiff
path: root/pnotify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pnotify/Makefile')
-rw-r--r--pnotify/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/pnotify/Makefile b/pnotify/Makefile
new file mode 100644
index 0000000..2610596
--- /dev/null
+++ b/pnotify/Makefile
@@ -0,0 +1,10 @@
+TARGET=libpnotify.a
+TARGET_DIR=pnotify-0.2
+
+$(TARGET):
+ cd $(TARGET_DIR) && ./configure && gmake
+ cp $(TARGET_DIR)/$(TARGET) .
+
+clean:
+ rm $(TARGET)
+ cd $(TARGET_DIR) && gmake distclean