aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2018-09-16 21:27:27 +0200
committerRobert Alessi <alessi@robertalessi.net>2018-09-16 21:27:27 +0200
commit7669c6247493285bd9202115d421df65e5b3069e (patch)
tree1417acef551d8c2fc5b992a926d258d704184fc9 /makefile
parentb48a17d8cbdd7a2017dde05cc0017ad7fcc0d5e9 (diff)
downloadcourses-7669c6247493285bd9202115d421df65e5b3069e.tar.gz
still writing 03-grep-bash.tex
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9beff49..7ec9fe0 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ pdf: clean
12clean: 12clean:
13 rm -rf .backup 13 rm -rf .backup
14 find -iname "*~" | xargs rm -rf 14 find -iname "*~" | xargs rm -rf
15 find ./* -type f | grep 'makefile\|\.md$$\|\.png$$\|\.tex$$' > ls-R 15 find ./* -type f | grep 'makefile\|\.md$$\|\.png$$\|\.bib$$\|\.tex$$' > ls-R
16 rsync -avPr --files-from=ls-R . .backup 16 rsync -avPr --files-from=ls-R . .backup
17# cp ls-R .backup 17# cp ls-R .backup
18 rm -rf * 18 rm -rf *