aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2022-08-26 15:44:26 +0200
committerRobert Alessi <alessi@robertalessi.net>2022-08-26 15:44:26 +0200
commit7f6d19adb83a2e81312a69208876c360f1848d7d (patch)
tree5913514432f8aeb9ea1ee984927f383112903e87 /Makefile
parent2266cff7baf502a2f570fbcf38f67c2f0d3611fa (diff)
downloadekdosis-7f6d19adb83a2e81312a69208876c360f1848d7d.tar.gz
new alternate command \App to allow for better code folding with ekdosis.el
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef74a9e..a7e1910 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ clean: testsamples
51 @ echo "Cleaning $(NAME) directory" 51 @ echo "Cleaning $(NAME) directory"
52 rm -f $(NAME).bib $(PWD)/TMP/*.bib 52 rm -f $(NAME).bib $(PWD)/TMP/*.bib
53 rm -rf .backup 53 rm -rf .backup
54 rm -rf auto
54 find -iname "*~" -or -iname "*.pdf" -or -iname "*_out*.tex" | xargs rm -rf 55 find -iname "*~" -or -iname "*.pdf" -or -iname "*_out*.tex" | xargs rm -rf
55 find ./* -type f -iname "Makefile" $(findopts) $(findfiles) > ls-R 56 find ./* -type f -iname "Makefile" $(findopts) $(findfiles) > ls-R
56 find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R 57 find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R