BSDmakefile

Just print a reminder to use `gmake` instead of spurting a bunch
of errors.
This commit is contained in:
Vladimir Zhelezov 2020-12-20 09:04:59 +01:00
parent 419817e656
commit 3c4025ae19

View File

@ -0,0 +1,4 @@
.DONE:
@echo "GNU Make (gmake) required to build"
.DEFAULT:
@echo "GNU Make (gmake) required to build"