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