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
add makefile
master
Brett Langdon
10 years ago
parent
7239fd7f44
commit
6df32e2260
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
Makefile
+ 10
- 0
Makefile
View File
@ -0,0 +1,10 @@
github-keys
:
github
-
keys
.
go
go build
run
:
go run ./github-keys.go
clean
:
rm -f ./github-keys
.PHONY
:
run
clean
Write
Preview
Loading…
Cancel
Save