diff options
-rw-r--r-- | GNUmakefile | 3 | ||||
m--------- | tools | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2a780188..275bb28f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -38,3 +38,6 @@ world/map/news.txt world/map/news.html: tools/news.py tools/_news_colors.py worl news: world/map/news.txt world/map/news.html updates: cd tools/client/ ; ./make-updates.sh + +frob: + deno run --allow-read=world --allow-write=world/save tools/server/frob/index.ts $(items) diff --git a/tools b/tools -Subproject 3acdb782f65b40f36ff9222285b7c505daa8741 +Subproject a7adab09d7f94afd80742ae38052d8b7e6b73f8 |