diff options
author | Florian Jung <flo@windfisch.org> | 2016-02-02 19:04:36 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2016-02-02 19:04:36 +0100 |
commit | 35f7beb8b28a620f2e06e7105d787e0c53627235 (patch) | |
tree | 626817589938073e67a35dc50f3e937c1080d05a /pc | |
parent | 30abfc2adceeb7920d6a7688050ff1c60ec78a6c (diff) |
cleanup
Diffstat (limited to 'pc')
-rw-r--r-- | pc/Makefile | 3 | ||||
-rw-r--r-- | pc/__pycache__/analyze.cpython-34.pyc | bin | 4154 -> 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 Binary files differdeleted file mode 100644 index 6980785..0000000 --- a/pc/__pycache__/analyze.cpython-34.pyc +++ /dev/null |