diff options
author | epoch <epoch@hack.thebackupbox.net> | 2019-05-26 01:07:06 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2019-05-26 01:07:06 +0000 |
commit | 0eda34e6ce5e8bef3b4ecc8cb9209b1f8b5b8555 (patch) | |
tree | 6b18a449c712264125ce11d9f9a162670bc85e25 /GNUmakefile | |
parent | c2743d8b2abd68d8a4b0577ad2754782f8e9a5a8 (diff) | |
download | libidc-0eda34e6ce5e8bef3b4ecc8cb9209b1f8b5b8555.tar.gz libidc-0eda34e6ce5e8bef3b4ecc8cb9209b1f8b5b8555.zip |
made install target install ircify
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
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 |