Skip to content

Commit

Permalink
Added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mckset authored Jan 31, 2023
1 parent 8a16f38 commit 6abc6da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CC = gcc
FLAGS = -lusb-1.0

install:
${CC} ${FLAGS} KD100.c -o KD100

clean:
rm -f KD100.c

0 comments on commit 6abc6da

Please sign in to comment.