Browse Source

pass username to Makefile

master
Brett Langdon 10 years ago
parent
commit
1a74fcf523
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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


Loading…
Cancel
Save