From 114921148a9eb4c197025851645d8c4c55054647 Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 25 Aug 2020 19:33:13 +0200 Subject: correctly ordering libraries to linker --- Makefile | 2 +- bin/bvr-compose-html | Bin 31984 -> 31664 bytes bin/bvr-compose-single | Bin 31840 -> 27416 bytes bin/bvr-jsbundle | Bin 17576 -> 13296 bytes bin/bvr-jsmin | Bin 17904 -> 13664 bytes 5 files changed, 1 insertion(+), 1 deletion(-) 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 diff --git a/bin/bvr-compose-html b/bin/bvr-compose-html index 2970376..4c7dc70 100755 Binary files a/bin/bvr-compose-html and b/bin/bvr-compose-html differ diff --git a/bin/bvr-compose-single b/bin/bvr-compose-single index d31f97f..a154c17 100755 Binary files a/bin/bvr-compose-single and b/bin/bvr-compose-single differ diff --git a/bin/bvr-jsbundle b/bin/bvr-jsbundle index a617bbf..d1bc0dc 100755 Binary files a/bin/bvr-jsbundle and b/bin/bvr-jsbundle differ diff --git a/bin/bvr-jsmin b/bin/bvr-jsmin index 88924b6..34d72a2 100755 Binary files a/bin/bvr-jsmin and b/bin/bvr-jsmin differ -- cgit v1.2.3