diff options
author | Florian Jung <flo@windfisch.org> | 2016-01-29 00:43:36 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2016-01-29 00:43:36 +0100 |
commit | 44d4506885adebf227c953d055b5d920227159be (patch) | |
tree | 03b1206142b89704b9a4c34d47ceba95f4f2813c | |
parent | 9da14c98908a0518419f7978e2488311259702db (diff) |
pc/Makefile
-rw-r--r-- | pc/Makefile | 2 |
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 |