#TODO
This commit is contained in:
parent
18d0692e3e
commit
cd6b3dfa1e
@ -25,6 +25,7 @@ function compile {
|
|||||||
if ! $($cmp -std=$std $warn $args -c -o $object $srcfile)
|
if ! $($cmp -std=$std $warn $args -c -o $object $srcfile)
|
||||||
then
|
then
|
||||||
printf "${RED}some error happened\n"
|
printf "${RED}some error happened\n"
|
||||||
|
#TODO parallel variable assignement doesnt work in bash
|
||||||
compilation_error=1
|
compilation_error=1
|
||||||
fi
|
fi
|
||||||
) & done
|
) & done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user