summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-06-19 02:31:32 +0800
committerSebastian Rasmussen <sebras@gmail.com>2017-07-04 21:54:36 +0800
commit1e4f12541f75e0e0ffe3beeaa934b0fbca64a280 (patch)
tree8ad1269589414bd7073e98efb6bd2faff8c7d63d /Makefile
parentdc7a4131d8bd0c3a85a1c85c3099578c94f868a1 (diff)
downloadmupdf-1e4f12541f75e0e0ffe3beeaa934b0fbca64a280.tar.xz
Add mjsgen to things to build so it is not forgotten.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 65c31eab..c8550a27 100644
--- a/Makefile
+++ b/Makefile
@@ -411,6 +411,7 @@ INSTALL_APPS := $(MUTOOL_EXE) $(MUVIEW_EXE)
INSTALL_APPS += $(MURASTER_EXE)
INSTALL_APPS += $(MUVIEW_CURL_EXE)
INSTALL_APPS += $(MUJSTEST_EXE)
+INSTALL_APPS += $(MJSGEN_EXE)
# --- Examples ---