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/Makefile | |
parent | 30abfc2adceeb7920d6a7688050ff1c60ec78a6c (diff) |
cleanup
Diffstat (limited to 'pc/Makefile')
-rw-r--r-- | pc/Makefile | 3 |
1 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 |