diff options
| author | Jan Altenberg <jan@linutronix.de> | 2011-01-24 11:44:23 +0100 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2011-01-24 11:44:23 +0100 |
| commit | a522ca8a1dcab3bde5c1da40c06dc28a9aade124 (patch) | |
| tree | 1380d9da245b6c7b8eb5a5557afda6037b0aa299 /flash-memory/flash-filesystems/Makefile | |
| parent | c6e4660a7ea2bbd11fe105af4f650e3c10306e37 (diff) | |
New chapter about creating and testing JFFS2 / UbiFS images
on the host system (using nandsim)
Diffstat (limited to 'flash-memory/flash-filesystems/Makefile')
| -rw-r--r-- | flash-memory/flash-filesystems/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flash-memory/flash-filesystems/Makefile b/flash-memory/flash-filesystems/Makefile new file mode 100644 index 0000000..4663d52 --- /dev/null +++ b/flash-memory/flash-filesystems/Makefile @@ -0,0 +1,9 @@ +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 + |
