summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/testsdkmakefile
blob: fb05f822f3c76c6a23db3b46d2f6ca9f59a6cb8e (plain)
1
2
3
4
5
test: test.o
	$(CC) -o test test.o -lm
test.o: test.c
	$(CC) -c test.c