diff options
| -rw-r--r-- | Makefile | 7 | ||||
| -rwxr-xr-x | run.sh | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 7a6d3bb..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -.PHONY: clean mrproper - -clean: - find . | grep -P "(.aux|.fdb_latexmk|.fls|.log|.synctex.gz|.out)" | xargs rm -f - -fullclean: clean - find . | grep -P "(.pdf|.md)" | xargs rm -f @@ -1,3 +0,0 @@ -#!/bin/sh -[ -z "$@" ] && echo "Usage: $0 <base filename>" && exit 1 -cd $1 && find . -name "*.tex" | entr pandoc -s $1.tex -o $1.md
\ No newline at end of file |