1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-18 21:10:22 +01:00

Add support for building out a marl.xdc application

This commit is contained in:
lms 2025-01-03 00:45:03 +01:00
parent 571494ca8f
commit 38df05c5a8
2 changed files with 6 additions and 0 deletions

4
webxdc/Makefile Normal file
View File

@ -0,0 +1,4 @@
build:
rm -f marl.xdc
(cd .. && zip -9 --recurse-paths - index.html css/ js/ img/ svg/) > marl.xdc
zip marl.xdc manifest.toml

2
webxdc/manifest.toml Normal file
View File

@ -0,0 +1,2 @@
name = "MARL"
source_code_url = "https://github.com/s427/MARL"