forked from mirror/qmk_firmware
Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
# code.
|
||||
|
||||
all:
|
||||
make -C Benito clean
|
||||
make -C Benito all
|
||||
|
||||
make -C Magstripe clean
|
||||
make -C Magstripe all
|
||||
|
||||
@@ -21,5 +24,6 @@ all:
|
||||
make -C MissileLauncher all
|
||||
|
||||
%:
|
||||
make -C Benito $@
|
||||
make -C Magstripe $@
|
||||
make -C MissileLauncher $@
|
||||
|
||||
Reference in New Issue
Block a user