]> rtime.felk.cvut.cz Git - omk/sssa.git/blob - tests/hooks/Makefile.omk
Added support for pass hooks in Makefile.omk
[omk/sssa.git] / tests / hooks / Makefile.omk
1 include-pass_HOOKS=include-pass-hook
2 library-pass_HOOKS=library-pass-hook
3 binary-pass_HOOKS=binary-pass-hook
4
5 $(info in Makefile.omk: $(binary-pass_HOOKS))
6
7 %-hook:
8         @echo "$@ executed"