ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.23k stars 178 forks source link

reconsider `install` as the default `make` target #2046

Closed slingamn closed 1 year ago

slingamn commented 1 year ago

install has been the default make target since b6feca05a335852142b1fb41cafeb2a1ec4a05db. I kept this around to stop make irctest running against the wrong binary. A better strategy: build as the default target, then irctest depends on install.

slingamn commented 1 year ago

This should get a very explicit callout in the changelog, since it may break existing custom install workflows (it broke our own Dockerfile!)