diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-02 14:33:12 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-02 14:33:12 +0200 |
commit | 6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14 (patch) | |
tree | 7b2f3a4bc8cba63062e8445566cfe5e9bf7f534c /Makefile | |
parent | eb97e13a6a02106520665011f5d30b60e37b730e (diff) | |
download | garage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.tar.gz garage-6226f5ceca7828d096890c3dbc5b9fbc3f7c4b14.zip |
Update to netapp 0.4.5 - fixed ping
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |