diff options
author | Robert Alessi <alessi@robertalessi.net> | 2022-08-26 15:44:26 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2022-08-26 15:44:26 +0200 |
commit | 7f6d19adb83a2e81312a69208876c360f1848d7d (patch) | |
tree | 5913514432f8aeb9ea1ee984927f383112903e87 /Makefile | |
parent | 2266cff7baf502a2f570fbcf38f67c2f0d3611fa (diff) | |
download | ekdosis-7f6d19adb83a2e81312a69208876c360f1848d7d.tar.gz |
new alternate command \App to allow for better code folding with ekdosis.el
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |