Removed unneeded makefile

This commit is contained in:
Harry Jeffery 2013-08-26 19:34:52 +01:00
parent fd94747c9b
commit 961ded9f35

View File

@ -1,6 +0,0 @@
rosella: main.go rosella.go
go build -o ircd main.go rosella.go server.go client.go
clean:
rm ircd