xref: /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/files/testmakefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1test: test.o
2	gcc -o test test.o -lm
3test.o: test.c
4	gcc -c test.c
5
6