diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-10-22 15:17:14 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-10-22 15:24:23 +0200 |
commit | 67079bf2007e62ce6a8527fe5298b61d0dd9bc75 (patch) | |
tree | 516e3604b3099c33e99ab19c66e56a3016fdc8e9 /Makefile | |
parent | 2906807f4341eef0e23f91356675595c89715490 (diff) | |
download | dna-backup-67079bf2007e62ce6a8527fe5298b61d0dd9bc75.tar.gz dna-backup-67079bf2007e62ce6a8527fe5298b61d0dd9bc75.zip |
premier ajout du contenu en LaTeX
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |