summaryrefslogtreecommitdiff
path: root/flash-memory/ubifs
diff options
context:
space:
mode:
Diffstat (limited to 'flash-memory/ubifs')
-rw-r--r--flash-memory/ubifs/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/flash-memory/ubifs/Makefile b/flash-memory/ubifs/Makefile
deleted file mode 100644
index 4663d52..0000000
--- a/flash-memory/ubifs/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
-