fixed wrong intermediate Makefile which was forgotten to change after

the rename
This commit is contained in:
Markus Fröschle
2014-08-31 12:35:54 +00:00
parent d846517e56
commit c1f5fe5ba1
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -6,6 +6,6 @@ tos: jtagwait mcdcook
jtagwait: jtagwait:
(cd $@; make) (cd $@; make)
mcdcook: bascook:
(cd $@; make) (cd $@; make)