1
1
mirror of https://github.com/varkor/quiver.git synced 2024-09-11 05:46:13 +03:00
quiver/Makefile
cartesiancat 9fad6c6146 Add Makefile and include building instructions in README
Adds a Makefile to make building the project simple.
2019-05-11 14:21:48 +01:00

8 lines
101 B
Makefile

.PHONY: all
.ONESHELL:
all:
git submodule update --init --recursive
cd src/KaTeX
yarn
yarn build