xref: /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/files/testsdkmakefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1test: test.o
2	$(CC) -o test test.o -lm
3test.o: test.c
4	$(CC) -c test.c
5
6