Ajoute un Makefile
This commit is contained in:
parent
c7c9e93707
commit
5c75aab1a8
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
!Makefile
|
||||||
!*.md
|
!*.md
|
||||||
!*.tex
|
!*.tex
|
||||||
!*.cls
|
!*.cls
|
||||||
|
|
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pdf:
|
||||||
|
pdflatex cv.tex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue