aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4d4373..b6ad941 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
BIN := dna-backup
SRC := $(shell find . -not \( -path './exp' -prune \) -type f -name '*.go')
V := $(if $(CI),-v)
-SUBDIRS := exp
+SUBDIRS := exp pdf
# Default installation paths
PREFIX ?= /usr/local