mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
9 lines
199 B
Makefile
9 lines
199 B
Makefile
FILES=parser.js style.css build.js index.html
|
|
|
|
.PHONY: ship
|
|
ship: parser.js
|
|
scp $(FILES) prgmr:/var/www/www.rampancylabs.com/parser/
|
|
|
|
parser.js: parser.jison
|
|
./node_modules/.bin/jison parser.jison
|