aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/testmakefile
blob: ca1844e9308425b1868fe03aab2570e3eedbf4c2 (plain)
1
2
3
4
5
test: test.o
	gcc -o test test.o -lm
test.o: test.c
	gcc -c test.c