From 847813ab132019ae541a163a82ac13055b7a82ed Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 13 Apr 2023 11:02:09 -0400 Subject: [DOC] common.mk deals with various `make` varieties --- common.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index fb59f08ae1..e16f241570 100644 --- a/common.mk +++ b/common.mk @@ -1,4 +1,6 @@ # -*- mode: makefile-gmake; indent-tabs-mode: t -*- +# This fragment can be used with nmake.exe and with bsdmake. +# Avoid features specific to GNU Make. bin: $(PROGRAM) $(WPROGRAM) lib: $(LIBRUBY) -- cgit v1.2.1