summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-08 17:37:47 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-08 17:37:47 -0500
commit165bc589fdb5e8d3dd03f2e6030172629eb07ded (patch)
tree58ec05cbf924844461d168784250be7e9a0edef7 /Makefile.linux
parent15375ef6b9a0bf7ae2473a893816c4916d9ab7ba (diff)
downloadinfinitytier-165bc589fdb5e8d3dd03f2e6030172629eb07ded.tar.gz
infinitytier-165bc589fdb5e8d3dd03f2e6030172629eb07ded.zip
Linux install and uninstall seem to work.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux3
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