mirror of
https://github.com/s427/MARL.git
synced 2025-01-31 11:34:46 +01:00
5 lines
138 B
Makefile
5 lines
138 B
Makefile
build:
|
|
rm -f marl.xdc
|
|
(cd .. && zip -9 --recurse-paths - index.html css/ js/ img/ svg/) > marl.xdc
|
|
zip marl.xdc manifest.toml icon.png
|