summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index df6f85c8..9813318f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,7 @@
build ?= debug
-ifneq "$(OS)" ""
-OUT := build/$(build)-$(OS)
-else
-OUT := build/$(build)
-endif
-
+OUT ?= build/$(build)
GEN := generated
# --- Variables, Commands, etc... ---
@@ -81,7 +76,6 @@ $(MUPDF_LIB) : $(addprefix $(OUT)/, $(MUPDF_SRC:%.c=%.o))
$(MUXPS_LIB) : $(addprefix $(OUT)/, $(MUXPS_SRC:%.c=%.o))
libs: $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(THIRD_LIBS)
- @ echo MuPDF/XPS and underlying libraries built
# --- Generated CMAP and FONT files ---