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 6abc6da commit 378bb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ install:
${CC} ${FLAGS} KD100.c -o KD100

clean:
${CC} ${FLAGS} KD100.c -o KD100
rm -f KD100.c

0 comments on commit 378bb76

Please sign in to comment.