diff --git a/tests/project.conf b/tests/project.conf index e99b31e..65026cb 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -3,5 +3,6 @@ dist=Makefile,clint.s,h [clint.log] type=script -script=./clint.sh -O CFLAGS="-I ../include `pkg-config --cflags gl` `pkg-config --cflags sdl`" +script=./clint.sh +flags=-O CFLAGS="-I ../include `pkg-config --cflags gl` `pkg-config --cflags sdl`" depends=clint.sh