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:
parent
571494ca8f
commit
38df05c5a8
4
webxdc/Makefile
Normal file
4
webxdc/Makefile
Normal 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
2
webxdc/manifest.toml
Normal file
@ -0,0 +1,2 @@
|
||||
name = "MARL"
|
||||
source_code_url = "https://github.com/s427/MARL"
|
Loading…
Reference in New Issue
Block a user