sam3u-tests/usb-benchmark-project/host/Makefile

4 lines
71 B
Makefile
Raw Normal View History

2011-12-02 23:48:51 +00:00
benchmark: benchmark.o
2012-02-28 02:14:52 +00:00
$(CC) $(LDLAGS) -losmocore -lusb-1.0 -o $@ $^