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