From 99bae2d46bf847cd94e4c1b1f69777eb288386d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 9 Jun 2020 16:46:37 +0200 Subject: i dont know --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a68fc63..1e43b60 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .DEFAULT_HOAD := default default: @echo "welcome to bverbose Makefile." - @echo "only debian and ubuntu are supported." + @echo "*** ONLY DEBIAN IS SUPPORTED (woah) ***" @echo "targets are" @echo " make prepare installs dependencies - requires root" @echo " make install compiles some useful binaries." @@ -14,6 +14,6 @@ install: mkdir -p bin gcc -luuid -I lib -I src test/tape-test.c -o bin/bvr-compose-single 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 -o -luuid bin/bvr-jsbundle - gcc test/jsmin-test.c -I lib -I src -o -luuid bin/bvr-jsmin + 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 @echo "install target done, now you should add the bin directory to your PATH" -- cgit v1.2.3