The arguments are for configure, not make!

This commit is contained in:
Matt Johnston 2014-03-07 20:52:57 +08:00
parent 7a9ed81f5f
commit 2f0b35a105

View File

@ -2,7 +2,7 @@ language: c
compiler:
- gcc
script: autoconf && autoheader && ./configure && make --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign"
script: autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make
before_install:
- sudo apt-get update -qq