mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-10 19:04:18 +00:00
Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.
This commit is contained in:
parent
271be037b7
commit
cfe054474f
@ -14,6 +14,9 @@
|
||||
# code.
|
||||
|
||||
all:
|
||||
make -C AVRISP clean
|
||||
make -C AVRISP all
|
||||
|
||||
make -C Benito clean
|
||||
make -C Benito all
|
||||
|
||||
@ -24,6 +27,7 @@ all:
|
||||
make -C MissileLauncher all
|
||||
|
||||
%:
|
||||
make -C AVRISP $@
|
||||
make -C Benito $@
|
||||
make -C Magstripe $@
|
||||
make -C MissileLauncher $@
|
||||
|
Loading…
Reference in New Issue
Block a user