Added clean target.
This commit is contained in:
parent
a63b58f912
commit
a6a1da97bf
@ -2,4 +2,7 @@ all: dump
|
||||
|
||||
dump: dump.c
|
||||
gcc -lusb -o dump dump.c
|
||||
|
||||
|
||||
clean:
|
||||
rm dump
|
||||
|
||||
Loading…
Reference in New Issue
Block a user