summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 68f865bf..1bb62852 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -185,10 +185,10 @@ uninstall: FORCE
# These are just for convenience for building Linux packages
-debian: distclean
- debuild -I -i -us -uc
+debian: FORCE
+ debuild -I -i -us -uc -nc -b
-redhat: distclean
+redhat: FORCE
rpmbuild -ba zerotier-one.spec
FORCE: