summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure b/configure
new file mode 100755
index 0000000..13d7a7f
--- /dev/null
+++ b/configure
@@ -0,0 +1,14 @@
+#!/bin/bash
+mkdir tmp
+cd tmp
+rm -rf bverbose
+git clone https://github.com/sijanec/bverbose
+cd bverbose
+gcc test/tape-test.c -I lib -I src -o ../../bin/compose-single
+gcc test/compose-all-in-dir.c -I lib -I src -o ../../bin/compose-html
+gcc test/jsbundle-test.c -I lib -I src -o ../../bin/jsbundle
+gcc test/jsmin-test.c -I lib -I src -o ../../bin/jsmin
+cd ..
+rm -rf bverbose
+cd ..
+