Linux install and uninstall seem to work.

This commit is contained in:
Adam Ierymenko
2013-11-08 17:37:47 -05:00
parent 15375ef6b9
commit 165bc589fd
7 changed files with 28 additions and 15 deletions

View File

@@ -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