summaryrefslogblamecommitdiffstats
path: root/Makefile
blob: bf4c3fd9a7feab8cea9292023072c17edc041f15 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                             
                                                       
                           


                                                               

                    



                                                                           
                                                                                      
.DEFAULT_HOAD := default
default:
	@echo "welcome to bverbose Makefile."
	@echo "*** ONLY DEBIAN IS SUPPORTED (woah) ***"
	@echo "targets are"
	@echo "	make install	compiles some useful binaries."
	@echo "no target specified, exiting."

install:
	mkdir -p bin
	gcc -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
	gcc test/jsbundle-test.c -I lib -I src -o bin/bvr-jsbundle
	gcc test/jsmin-test.c -I lib -I src -o bin/bvr-jsmin
	@echo "install target done, now you should add the bin directory to your PATH"