Skip to content
Snippets Groups Projects
Commit 9a13d813 authored by iliya.saroukha's avatar iliya.saroukha
Browse files

removed unnecessary wildcard thingy

parent 6c1f2b16
Branches
Tags
No related merge requests found
......@@ -7,9 +7,9 @@ PDFOPTIONS += --number-sections
PDFOPTIONS += --metadata-file=metadata.yaml
PDFOPTIONS += --template=./template/default.latex
MD := $(sort $(wildcard content/*.md))
MD := $(sort content/*.md)
all: clean notes_secu.pdf
all: notes_secu.pdf
notes_secu.pdf: $(MD)
pandoc -s $^ -o $@ $(OPTIONS) $(PDFOPTIONS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment