This commit is contained in:
Russ Magee 2019-07-11 10:12:38 -07:00
parent 2087aab2d5
commit 06854f7a03
7 changed files with 31 additions and 15 deletions

View file

@ -4,7 +4,7 @@ EXTPKGS = bytes,errors,flag,fmt,internal,io,log,net,os,path,runtime,time,strings
EXE = $(notdir $(shell pwd))
all:
go build .
go build $(BUILDOPTS) .
clean:
$(RM) $(EXE) $(EXE).exe