go-ircevent/Makefile

8 lines
86 B
Makefile
Raw Normal View History

2009-11-18 00:28:12 +00:00
all:
8g irc.go irc_struct.go
8g test.go
8l -o test test.8
clean:
rm *.8 *.6 test