spongy/Makefile

9 lines
99 B
Makefile
Raw Normal View History

2014-08-05 15:53:03 -06:00
all: irc.cgi irc
%: %.go
go build $<
irc.cgi: irc.cgi.go
go build irc.cgi.go
chmod +s irc.cgi