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