diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-08-25 19:33:13 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-08-25 19:33:13 +0200 |
commit | 114921148a9eb4c197025851645d8c4c55054647 (patch) | |
tree | d1dc21a565741fb749511345abb7e5fc16793665 | |
parent | final fixes (diff) | |
download | bverbose-114921148a9eb4c197025851645d8c4c55054647.tar bverbose-114921148a9eb4c197025851645d8c4c55054647.tar.gz bverbose-114921148a9eb4c197025851645d8c4c55054647.tar.bz2 bverbose-114921148a9eb4c197025851645d8c4c55054647.tar.lz bverbose-114921148a9eb4c197025851645d8c4c55054647.tar.xz bverbose-114921148a9eb4c197025851645d8c4c55054647.tar.zst bverbose-114921148a9eb4c197025851645d8c4c55054647.zip |
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | bin/bvr-compose-html | bin | 31984 -> 31664 bytes | |||
-rwxr-xr-x | bin/bvr-compose-single | bin | 31840 -> 27416 bytes | |||
-rwxr-xr-x | bin/bvr-jsbundle | bin | 17576 -> 13296 bytes | |||
-rwxr-xr-x | bin/bvr-jsmin | bin | 17904 -> 13664 bytes |
5 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ prepare: install: mkdir -p bin - gcc -luuid -I lib -I src test/tape-test.c -o bin/bvr-compose-single + gcc -I lib -I src test/tape-test.c -o bin/bvr-compose-single -luuid gcc test/compose-all-in-dir.c -I lib -I src -o bin/bvr-compose-html -luuid gcc test/jsbundle-test.c -I lib -I src -luuid -o bin/bvr-jsbundle gcc test/jsmin-test.c -I lib -I src -luuid -o bin/bvr-jsmin diff --git a/bin/bvr-compose-html b/bin/bvr-compose-html Binary files differindex 2970376..4c7dc70 100755 --- a/bin/bvr-compose-html +++ b/bin/bvr-compose-html diff --git a/bin/bvr-compose-single b/bin/bvr-compose-single Binary files differindex d31f97f..a154c17 100755 --- a/bin/bvr-compose-single +++ b/bin/bvr-compose-single diff --git a/bin/bvr-jsbundle b/bin/bvr-jsbundle Binary files differindex a617bbf..d1bc0dc 100755 --- a/bin/bvr-jsbundle +++ b/bin/bvr-jsbundle diff --git a/bin/bvr-jsmin b/bin/bvr-jsmin Binary files differindex 88924b6..34d72a2 100755 --- a/bin/bvr-jsmin +++ b/bin/bvr-jsmin |