summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-06-09 16:46:37 +0200
committerAnton Luka Šijanec <sijanecantonluka@gmail.com>2020-06-09 16:46:37 +0200
commit99bae2d46bf847cd94e4c1b1f69777eb288386d1 (patch)
treef8ed01e6533c20c1ec526bd89331ea6dbd1b0fc9 /Makefile
parentshould fork not-working to a special branch but wth (diff)
downloadbverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.tar
bverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.tar.gz
bverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.tar.bz2
bverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.tar.lz
bverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.tar.xz
bverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.tar.zst
bverbose-99bae2d46bf847cd94e4c1b1f69777eb288386d1.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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"