mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
misc
This commit is contained in:
parent
7d56067b9d
commit
8ed94114a2
5 changed files with 50 additions and 6 deletions
7
documents/csv-csvsimple-print-table/Makefile
Normal file
7
documents/csv-csvsimple-print-table/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
SOURCE = csv-csvsimple-print-table
|
||||
make:
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
|
Loading…
Add table
Add a link
Reference in a new issue