diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-07-11 14:16:00 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-07-11 14:17:23 +0200 |
commit | 09130147cfb553fab904ae36e9b881912a10a13b (patch) | |
tree | f31f21407301206607ef7bbc9370af072e72686d /BSDmakefile | |
parent | 13a521e6980ff586d720a710d44b0192ba6b5fa6 (diff) | |
download | node-new-09130147cfb553fab904ae36e9b881912a10a13b.tar.gz |
Tell BSD users to run `gmake` instead.
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BSDmakefile b/BSDmakefile new file mode 100644 index 0000000000..227ee743a9 --- /dev/null +++ b/BSDmakefile @@ -0,0 +1,2 @@ +all: + @echo "I need GNU make. Please run \`gmake\` instead." |