From e4b6c918650e5b2ec7173477456eb1d5d91662ba Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Wed, 14 Oct 2020 01:33:56 +0200 Subject: [PATCH] added audio dir auto-creation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8733d10..f575c1e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: clean - mkdir -p public + mkdir -p public audios ln -s ../audios public/audios python3 src/latex_scanner.py