mirror of
https://github.com/pissnet/pissircd.git
synced 2024-06-05 07:48:44 +01:00
4ef3b9f000
Also, check for GNU make (which can be either 'make' or 'gmake') early in ./Config and print out an error to install prerequisites from https://www.unrealircd.org/docs/Installing_from_source This also replaces 'make' with ${MAKE} (and such) everywhere.
4 lines
131 B
Makefile
4 lines
131 B
Makefile
.DONE:
|
|
@echo "Please use GNU Make (gmake) to build UnrealIRCd"
|
|
.DEFAULT:
|
|
@echo "Please use GNU Make (gmake) to build UnrealIRCd"
|