forked from mfulz_github/qmk_firmware
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