summaryrefslogtreecommitdiffstats
path: root/examples/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build.mk')
-rw-r--r--examples/build.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/build.mk b/examples/build.mk
index f2e0432d..38e4c3cc 100644
--- a/examples/build.mk
+++ b/examples/build.mk
@@ -1,4 +1,9 @@
-BINS_examples = pdf-bookmarks pdf-mod-info pdf-npages double-page-size
+BINS_examples = \
+ pdf-bookmarks \
+ pdf-mod-info \
+ pdf-npages \
+ pdf-double-page-size \
+ pdf-invert-images
CBINS_examples = pdf-linearize
TARGETS_examples = $(foreach B,$(BINS_examples) $(CBINS_examples),examples/$(OUTPUT_DIR)/$(call binname,$(B)))