blob: fb05f822f3c76c6a23db3b46d2f6ca9f59a6cb8e [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001test: test.o
2 $(CC) -o test test.o -lm
3test.o: test.c
4 $(CC) -c test.c
5