summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-08-25 19:33:13 +0200
committersijanec <sijanecantonluka@gmail.com>2020-08-25 19:33:13 +0200
commit114921148a9eb4c197025851645d8c4c55054647 (patch)
treed1dc21a565741fb749511345abb7e5fc16793665 /Makefile
parentfinal fixes (diff)
downloadbverbose-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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e43b60..e1c06df 100644
--- a/Makefile
+++ b/Makefile
@@ -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