We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f548a commit f73db6eCopy full SHA for f73db6e
build.bat
@@ -0,0 +1,7 @@
1
+@echo off
2
+ECHO Building Prometheus ...
3
+RMDIR /s /q build
4
+MKDIR build
5
+glue.exe ./srlua.exe prometheus-main.lua build/prometheus.exe
6
+robocopy ./src ./build/lua /E>nul
7
+ECHO Done!
0 commit comments