Add a Makefile

This commit is contained in:
2018-03-17 04:15:11 +00:00
parent afc1ed6d04
commit 8e2144fda4
2 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
/load /loader
/orig /orig

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
srcfiles = $(shell find . -iname *.go)
loader: $(srcfiles)
go build -o loader ur.gs/chaos-gate/cmd/load