diff options
| author | Manuel Traut <manut@linutronix.de> | 2010-10-17 19:08:49 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2010-10-17 19:08:49 +0200 |
| commit | dfa18101f1836fa73518971020cede43de539f7d (patch) | |
| tree | 60b9281b4603afce918f12adfbdd67e39cfe3833 /linux-basics/linux-mm-basics/Makefile | |
| parent | 58d2d02a1382d3b385584d543e6f8129920f8c25 (diff) | |
mv mm-basics to kernel-devel
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'linux-basics/linux-mm-basics/Makefile')
| -rw-r--r-- | linux-basics/linux-mm-basics/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linux-basics/linux-mm-basics/Makefile b/linux-basics/linux-mm-basics/Makefile deleted file mode 100644 index 4663d52..0000000 --- a/linux-basics/linux-mm-basics/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: - for pdf in `ls -1 *.tex` ; do \ - pdflatex $$pdf; \ - pdflatex $$pdf; \ - done - -clean: - rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out - |
