Skip to content
Snippets Groups Projects
Commit 2f0b35a1 authored by Matt Johnston's avatar Matt Johnston
Browse files

The arguments are for configure, not make!

parent 7a9ed81f
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment