mirror of
https://github.com/s427/MARL.git
synced 2025-01-31 03:24:48 +01:00
5 lines
136 B
Makefile
5 lines
136 B
Makefile
build:
|
|
rm -f marl.xdc
|
|
(cd ../dist && zip -9 --recurse-paths - index.html _astro/ js/) > marl.xdc
|
|
zip marl.xdc manifest.toml icon.png
|