This commit is contained in:
tj
2009-11-18 01:28:12 +01:00
commit 1c060814f3
4 changed files with 317 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
all:
8g irc.go irc_struct.go
8g test.go
8l -o test test.8
clean:
rm *.8 *.6 test