aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..f36af50
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,4 @@
+@echo off
+setlocal
+cd %~dp0
+cd src && type tt.*.c 2>nul | ..\tt -d// -c -o../ tt.c \ No newline at end of file