diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-05 14:31:39 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-05 14:31:39 +0200 |
commit | f7eee8dc0154f92dc3aa0fa81124eb88ece492c7 (patch) | |
tree | 464e98477718dc3ea78e6c087b77b5db796a0135 | |
parent | 3b849d906897913fe75a4a5508e55c5a4b8f4efe (diff) | |
download | mblaze-f7eee8dc0154f92dc3aa0fa81124eb88ece492c7.tar.gz mblaze-f7eee8dc0154f92dc3aa0fa81124eb88ece492c7.tar.xz mblaze-f7eee8dc0154f92dc3aa0fa81124eb88ece492c7.zip |
INSTALL.md: mention GNU make
-rw-r--r-- | INSTALL.md | 2 |
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. |