aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-23 02:11:59 +0200
committerJohn Ankarström <john@ankarstrom.se>2020-10-23 02:11:59 +0200
commitc3143fbdb7ea46539023e11cb30a7b14434030f3 (patch)
treee2a4394e0b3d8c6a882c82637a08823e6e5b5043 /build.bat
parent24da48a86bb542be247127258db5fcafab4ba011 (diff)
downloadtt-c3143fbdb7ea46539023e11cb30a7b14434030f3.tar.gz
release 1.2
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