go-ircevent/Makefile
2009-11-18 01:28:12 +01:00

8 lines
86 B
Makefile

all:
8g irc.go irc_struct.go
8g test.go
8l -o test test.8
clean:
rm *.8 *.6 test