Browse Source

add makefile

master
Brett Langdon 10 years ago
parent
commit
6df32e2260
1 changed files with 10 additions and 0 deletions
  1. +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

Loading…
Cancel
Save