7 lines
83 B
Makefile
7 lines
83 B
Makefile
rosella: main.go rosella.go
|
|
go build -o ircd main.go rosella.go
|
|
|
|
clean:
|
|
rm ircd
|
|
|