summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-04-13 11:02:09 -0400
committerGitHub <noreply@github.com>2023-04-13 11:02:09 -0400
commit847813ab132019ae541a163a82ac13055b7a82ed (patch)
tree6d840becf2de290f515322a462cc03a607b12780 /common.mk
parentac123f167a364c3d7a43eca78d564e41f6dbb91e (diff)
downloadruby-847813ab132019ae541a163a82ac13055b7a82ed.tar.gz
[DOC] common.mk deals with various `make` varieties
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
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)