]> rtime.felk.cvut.cz Git - omk.git/blob - tests/ignore_errors.files
Update wvtool
[omk.git] / tests / ignore_errors.files
1 mkdir 'error'
2 echo '$(error In ERROR directory)' > 'error/Makefile.omk'
3 echo 'SUBDIRS=error ok' > 'Makefile.omk'
4 mkdir 'ok'
5 echo '$(info In OK directory)' > 'ok/Makefile.omk'