summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-01-29 00:43:36 +0100
committerFlorian Jung <flo@windfisch.org>2016-01-29 00:43:36 +0100
commit44d4506885adebf227c953d055b5d920227159be (patch)
tree03b1206142b89704b9a4c34d47ceba95f4f2813c
parent9da14c98908a0518419f7978e2488311259702db (diff)
pc/Makefile
-rw-r--r--pc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc/Makefile b/pc/Makefile
new file mode 100644
index 0000000..3d4f686
--- /dev/null
+++ b/pc/Makefile
@@ -0,0 +1,2 @@
+a.out: usbtest.c
+ gcc -std=c99 usbtest.c -lusb