build: add the js_build rule for the website-assets one in the Makefile

This commit is contained in:
Emile Rolley 2022-05-18 14:21:15 +02:00
parent 8bb081c497
commit 06717ecb19

View File

@ -296,7 +296,7 @@ catala.html: $(COMPILER_DIR)/utils/cli.ml
| tac | sed "1,20d" | tac > $@
#> website-assets : Builds all the assets necessary for the Catala website
website-assets: doc literate_examples grammar.html catala.html build_french_law_library_js
website-assets: doc js_build literate_examples grammar.html catala.html build_french_law_library_js
##########################################
# Misceallenous