mirror of
https://gitlab.com/parroquia-san-leandro/cancionero-web.git
synced 2025-04-26 15:16:19 +02:00
initial commit
This commit is contained in:
commit
c8c7eae33c
16 changed files with 835 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: clean
|
||||
mkdir -p public
|
||||
ln -s ../audios public/audios
|
||||
python3 src/latex_scanner.py
|
||||
|
||||
clean:
|
||||
rm -rf public
|
Loading…
Add table
Add a link
Reference in a new issue