diff options
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) |