diff options
Diffstat (limited to 'linux-basics/filesystem-structure/Makefile')
| -rw-r--r-- | linux-basics/filesystem-structure/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/filesystem-structure/Makefile b/linux-basics/filesystem-structure/Makefile new file mode 100644 index 0000000..1e609fd --- /dev/null +++ b/linux-basics/filesystem-structure/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_file-system-structure_de.tex + pdflatex hints_file-system-structure_de.tex + pdflatex handout_file-system-structure_de.tex + pdflatex handout_file-system-structure_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
