diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 --- |