diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-08 17:37:47 -0500 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-08 17:37:47 -0500 |
commit | 165bc589fdb5e8d3dd03f2e6030172629eb07ded (patch) | |
tree | 58ec05cbf924844461d168784250be7e9a0edef7 /Makefile.linux | |
parent | 15375ef6b9a0bf7ae2473a893816c4916d9ab7ba (diff) | |
download | infinitytier-165bc589fdb5e8d3dd03f2e6030172629eb07ded.tar.gz infinitytier-165bc589fdb5e8d3dd03f2e6030172629eb07ded.zip |
Linux install and uninstall seem to work.
Diffstat (limited to 'Makefile.linux')
-rw-r--r-- | Makefile.linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.linux b/Makefile.linux index 1bae1c3b..83953ac1 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -38,6 +38,9 @@ idtool: $(OBJS) file2lz4c: ext/lz4/lz4hc.o FORCE $(CXX) $(CXXFLAGS) -o file2lz4c file2lz4c.cpp node/Utils.cpp node/Salsa20.cpp ext/lz4/lz4hc.o +installer: one FORCE + ./buildinstaller.sh + clean: rm -f $(OBJS) file2lz4c zerotier-* zt1-*-install rm -rf installer-build |