about summary refs log tree commit diff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-09-05 14:31:39 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-09-05 14:31:39 +0200
commitf7eee8dc0154f92dc3aa0fa81124eb88ece492c7 (patch)
tree464e98477718dc3ea78e6c087b77b5db796a0135 /INSTALL.md
parent3b849d906897913fe75a4a5508e55c5a4b8f4efe (diff)
downloadmblaze-f7eee8dc0154f92dc3aa0fa81124eb88ece492c7.tar.gz
mblaze-f7eee8dc0154f92dc3aa0fa81124eb88ece492c7.tar.xz
mblaze-f7eee8dc0154f92dc3aa0fa81124eb88ece492c7.zip
INSTALL.md: mention GNU make
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f012792..c7ed628 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,5 +1,7 @@
 # Compiling and installing mblaze
 
+You must use GNU make to build.
+
 Use `make all` to build, `make install` to install relative to `PREFIX`
 (`/usr/local` by default).  The `DESTDIR` convention is respected.