summaryrefslogtreecommitdiff
path: root/pnotify/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pnotify/Makefile')
-rw-r--r--pnotify/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pnotify/Makefile b/pnotify/Makefile
index 2610596..2760fda 100644
--- a/pnotify/Makefile
+++ b/pnotify/Makefile
@@ -4,7 +4,9 @@ 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