generic-poky/meta/lib/oeqa/runtime/files/testmakefile

6 lines
68 B
Plaintext

test: test.o
gcc -o test test.o -lm
test.o: test.c
gcc -c test.c