aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-10-22 15:17:14 +0200
committern-peugnet <n.peugnet@free.fr>2021-10-22 15:24:23 +0200
commit67079bf2007e62ce6a8527fe5298b61d0dd9bc75 (patch)
tree516e3604b3099c33e99ab19c66e56a3016fdc8e9 /Makefile
parent2906807f4341eef0e23f91356675595c89715490 (diff)
downloaddna-backup-67079bf2007e62ce6a8527fe5298b61d0dd9bc75.tar.gz
dna-backup-67079bf2007e62ce6a8527fe5298b61d0dd9bc75.zip
premier ajout du contenu en LaTeX
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