diff options
author | gumi <git@gumi.ca> | 2019-07-03 13:06:08 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-03 13:06:37 -0400 |
commit | 49a90ac8f2ff1aa42044ded9d993e02ba40efe62 (patch) | |
tree | e776212f38a2bb47c77f424e5fc4b23dd1cd017c /GNUmakefile | |
parent | 664af0e5720c4ab80741352d863563be2f0fee0e (diff) | |
download | serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.tar.gz serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.tar.bz2 serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.tar.xz serverdata-49a90ac8f2ff1aa42044ded9d993e02ba40efe62.zip |
add a new item frob tool
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 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) |