summaryrefslogtreecommitdiff
path: root/Makefile.linux
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-06 14:43:47 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-11-06 14:43:47 -0500
commit93427b8cb602abaabc4e3768b4b4dd9105e940eb (patch)
tree9c221d64dd8575b030ea51b0b2a2272449462863 /Makefile.linux
parent5d7fea20470a1c45be53e1a3c5fb1f1aa69c7714 (diff)
downloadinfinitytier-93427b8cb602abaabc4e3768b4b4dd9105e940eb.tar.gz
infinitytier-93427b8cb602abaabc4e3768b4b4dd9105e940eb.zip
Installer work, add .pid file writing on *nix systems to main.cpp.
Diffstat (limited to 'Makefile.linux')
-rw-r--r--Makefile.linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.linux b/Makefile.linux
index f13d3bfc..b602f7ac 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -44,5 +44,6 @@ file2lz4c: ext/lz4/lz4hc.o FORCE
clean:
rm -f $(OBJS) file2lz4c zerotier-*
+ rm -rf installer-build
FORCE: