aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepoch <epoch@hack.thebackupbox.net>2019-05-26 01:07:06 +0000
committerepoch <epoch@hack.thebackupbox.net>2019-05-26 01:07:06 +0000
commit0eda34e6ce5e8bef3b4ecc8cb9209b1f8b5b8555 (patch)
tree6b18a449c712264125ce11d9f9a162670bc85e25
parentc2743d8b2abd68d8a4b0577ad2754782f8e9a5a8 (diff)
downloadlibidc-0eda34e6ce5e8bef3b4ecc8cb9209b1f8b5b8555.tar.gz
libidc-0eda34e6ce5e8bef3b4ecc8cb9209b1f8b5b8555.zip
made install target install ircify
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cbbbbae..3daf04c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -19,4 +19,5 @@ install: all
mkdir -p $(PREFIX)/lib
mkdir -p $(PREFIX)/include
install $(TARGET) $(PREFIX)/lib/$(TARGET)
+ install ircify $(PREFIX)/bin/ircify
install idc.h $(PREFIX)/include/idc.h