mirror of
https://github.com/nealey/spongy
synced 2025-01-07 12:31:04 -07:00
8 lines
99 B
Makefile
8 lines
99 B
Makefile
all: irc.cgi irc
|
|
|
|
%: %.go
|
|
go build $<
|
|
|
|
irc.cgi: irc.cgi.go
|
|
go build irc.cgi.go
|
|
chmod +s irc.cgi
|