From 1a74fcf5239af9636e103a9a4be7e7214dc6ea28 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 12 Dec 2015 11:19:20 -0500 Subject: [PATCH] pass username to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51a8340..5b1b49e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ github-keys: github-keys.go go build run: - go run ./github-keys.go + go run ./github-keys.go -username ${USERNAME} clean: rm -f ./github-keys