spongy/Makefile

10 lines
87 B
Makefile

all: wirc.cgi wirc
export GOPATH = $(CURDIR)
%:
go build $@
wirc.cgi:
go build $@