This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
github-keys
mirror of
https://github.com/brettlangdon/github-keys.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
pass username to Makefile
master
Brett Langdon
10 years ago
parent
6df32e2260
commit
1a74fcf523
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save