diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |