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