aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-02 14:33:12 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-02 14:33:12 +0200
commit6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14 (patch)
tree7b2f3a4bc8cba63062e8445566cfe5e9bf7f534c /Makefile
parenteb97e13a6a02106520665011f5d30b60e37b730e (diff)
downloadgarage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.tar.gz
garage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.zip
Update to netapp 0.4.5 - fixed ping
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f0f3644..23e10f78 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: doc all release shell run1 run2 run3
all:
- clear; cargo build --all-features
+ clear; cargo build
release:
nix-build --arg release true