diff options
Diffstat (limited to 'usb-benchmark-project/host/Makefile')
-rw-r--r-- | usb-benchmark-project/host/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usb-benchmark-project/host/Makefile b/usb-benchmark-project/host/Makefile new file mode 100644 index 0000000..76f9bfd --- /dev/null +++ b/usb-benchmark-project/host/Makefile @@ -0,0 +1,3 @@ + +benchmark: benchmark.o + $(CC) $(LDLAGS) -lusb-1.0 -o $@ $^ |