summaryrefslogtreecommitdiff
path: root/usb-benchmark-project/host/Makefile
blob: d488672546c56422137003be38deed3823a7bf0e (plain)
1
2
3

benchmark: benchmark.o
	$(CC) $(LDLAGS) -losmocore -lusb-1.0 -o $@ $^
personal git repositories of Harald Welte. Your mileage may vary