mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 05:32:20 +01:00
Remove Makefile, handles fetching libs, run+build are simple invocations and the Makefile just obscures that
This commit is contained in:
parent
627c6e3b3e
commit
8c1a528ccb
1 changed files with 0 additions and 12 deletions
12
Makefile
12
Makefile
|
@ -1,12 +0,0 @@
|
|||
default: run
|
||||
|
||||
run:
|
||||
go run *.go
|
||||
|
||||
build:
|
||||
go build *.go
|
||||
|
||||
libs:
|
||||
go get github.com/gorilla/mux
|
||||
go get github.com/Sean-Der/fail2go
|
||||
go get github.com/Sean-Der/goWHOIS
|
Loading…
Reference in a new issue