]> rtime.felk.cvut.cz Git - omk.git/blob - tests/no_vpath.files
Update wvtool
[omk.git] / tests / no_vpath.files
1 cat > 'file.c' <<EOF
2 #include <stdio.h>
3
4 void main()
5 {
6 }
7 EOF
8 echo '' > 'config.omk-default'
9 cat > 'Makefile.omk' <<EOF
10 bin_PROGRAMS = prg
11
12 prg_SOURCES = file.c
13
14 EOF
15 echo '' > 'file.o'