From 7f6d19adb83a2e81312a69208876c360f1848d7d Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Fri, 26 Aug 2022 15:44:26 +0200 Subject: new alternate command \App to allow for better code folding with ekdosis.el --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef74a9e..a7e1910 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ clean: testsamples @ echo "Cleaning $(NAME) directory" rm -f $(NAME).bib $(PWD)/TMP/*.bib rm -rf .backup + rm -rf auto find -iname "*~" -or -iname "*.pdf" -or -iname "*_out*.tex" | xargs rm -rf find ./* -type f -iname "Makefile" $(findopts) $(findfiles) > ls-R find ./* -type f -iname "*.tex" | grep '/samples/' >> ls-R -- cgit v1.2.3