Fix references to the renamed AVRISP-MKII project folder.
This commit is contained in:
parent
8ecdc2b144
commit
8301dc553e
6 changed files with 8 additions and 7 deletions
|
|
@ -14,8 +14,8 @@
|
|||
# code.
|
||||
|
||||
all:
|
||||
make -C AVRISP clean
|
||||
make -C AVRISP all
|
||||
make -C AVRISP-MKII clean
|
||||
make -C AVRISP-MKII all
|
||||
|
||||
make -C Benito clean
|
||||
make -C Benito all
|
||||
|
|
@ -36,7 +36,7 @@ all:
|
|||
make -C XPLAINBridge all
|
||||
|
||||
%:
|
||||
make -C AVRISP $@
|
||||
make -C AVRISP-MKII $@
|
||||
make -C Benito $@
|
||||
make -C LEDNotifier $@
|
||||
make -C Magstripe $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue