fixed wrong intermediate Makefile which was forgotten to change after
the rename
This commit is contained in:
@@ -266,3 +266,4 @@ tos/jtagwait/sources/bas_string.c
|
|||||||
tos/jtagwait/sources/printf_helper.S
|
tos/jtagwait/sources/printf_helper.S
|
||||||
tos/bascook/Makefile
|
tos/bascook/Makefile
|
||||||
tos/bascook/sources/bascook.c
|
tos/bascook/sources/bascook.c
|
||||||
|
tos/Makefile
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ tos: jtagwait mcdcook
|
|||||||
jtagwait:
|
jtagwait:
|
||||||
(cd $@; make)
|
(cd $@; make)
|
||||||
|
|
||||||
mcdcook:
|
bascook:
|
||||||
(cd $@; make)
|
(cd $@; make)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user