diff options
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 |