Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nowox committed Mar 23, 2020
1 parent adbc377 commit d040e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(PDFS):%.pdf:%.tex | build
$(DOCKER) latexmk -pdf -xelatex -jobname=build/$(@:.pdf=) $<

build:
mkdir -p dist
mkdir -p $@

clean:
$(DOCKER) latexmk -C
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Séries d'exercices

![](https://travis-ci.org/heig-tin-info/exercises-series.svg?branch=master)
[![Build Status](https://travis-ci.org/heig-tin-info/exercises-series.svg?branch=master)](https://travis-ci.org/heig-tin-info/exercises-series)

Séries d'exercices pour Info1 et Info2

0 comments on commit d040e13

Please sign in to comment.