Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4a3f4dd6 authored by Severin Lemaignan's avatar Severin Lemaignan
Browse files

update makefile

parent 2c8bd9c4
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ all: docx ...@@ -9,7 +9,7 @@ all: docx
$(BOXOLOGY) -t $(<) > $(@) $(BOXOLOGY) -t $(<) > $(@)
%.md: %.json %.md: %.json
$(BOXOLOGY) -m $(<) > $(@) $(BOXOLOGY) -m $(<)
%.svg: %.tex %.svg: %.tex
latex $(<) latex $(<)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment