From 95538d3b7942cfbfcbb3161a3c95776461d9d83c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 8 Nov 2016 09:09:14 -0700 Subject: [PATCH] Fix netutils refs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb11a13..69267e0 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ ref: FORCE mkdir -p filesystem/ref/ cargo run --manifest-path crates/docgen/Cargo.toml -- programs/coreutils/src/bin/ filesystem/ref/ cargo run --manifest-path crates/docgen/Cargo.toml -- programs/extrautils/src/bin/ filesystem/ref/ - cargo run --manifest-path crates/docgen/Cargo.toml -- programs/netutils/src/bin/ filesystem/ref/ + cargo run --manifest-path crates/docgen/Cargo.toml -- programs/netutils/src/ filesystem/ref/ update: cargo update