]> rtime.felk.cvut.cz Git - omk.git/blob - tests/sources_in_subdirectory.files
3962951f5215ec4999a06e7ef9dff93754a7f4b9
[omk.git] / tests / sources_in_subdirectory.files
1 cat > 'Makefile.omk' <<EOF
2 bin_PROGRAMS = x
3 shared_LIBRARIES = x
4 x_SOURCES = a.c dir1/b.c dir2/dir3/c.c
5 EOF