spongy/Makefile

10 lines
87 B
Makefile
Raw Normal View History

2014-08-12 19:27:08 -06:00
all: wirc.cgi wirc
2014-08-05 15:53:03 -06:00
2014-08-12 19:27:08 -06:00
export GOPATH = $(CURDIR)
2014-08-05 15:53:03 -06:00
2014-08-12 19:27:08 -06:00
%:
go build $@
wirc.cgi:
go build $@