summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-02-02 19:04:36 +0100
committerFlorian Jung <flo@windfisch.org>2016-02-02 19:04:36 +0100
commit35f7beb8b28a620f2e06e7105d787e0c53627235 (patch)
tree626817589938073e67a35dc50f3e937c1080d05a /pc
parent30abfc2adceeb7920d6a7688050ff1c60ec78a6c (diff)
cleanup
Diffstat (limited to 'pc')
-rw-r--r--pc/Makefile3
-rw-r--r--pc/__pycache__/analyze.cpython-34.pycbin4154 -> 0 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/pc/Makefile b/pc/Makefile
index 3d4f686..9f0626b 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -1,2 +1,5 @@
a.out: usbtest.c
gcc -std=c99 usbtest.c -lusb
+
+clean:
+ rm -f a.out
diff --git a/pc/__pycache__/analyze.cpython-34.pyc b/pc/__pycache__/analyze.cpython-34.pyc
deleted file mode 100644
index 6980785..0000000
--- a/pc/__pycache__/analyze.cpython-34.pyc
+++ /dev/null
Binary files differ