summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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"