crops-yocto/poky/meta/lib/oeqa/sdk/files/testsdkmakefile
2024-03-01 23:15:01 +01:00

6 lines
72 B
Plaintext

test: test.o
$(CC) -o test test.o -lm
test.o: test.c
$(CC) -c test.c