STM8: Use new Makefile names.

This commit is contained in:
Kelvin Lawson
2010-06-03 23:04:11 +01:00
parent babfd6b9c5
commit 5bc174d316
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ endif
#################
# All tests
all: $(BUILD_DIR) $(TEST_S19S) Makefile
all: $(BUILD_DIR) $(TEST_S19S) cosmic.mak
# Make build/output directory
$(BUILD_DIR):

View File

@@ -90,7 +90,7 @@ endif
#################
# All tests
all: $(BUILD_DIR) $(TEST_S19S) Makefile
all: $(BUILD_DIR) $(TEST_S19S) iar.mak
# Make build/output directory
$(BUILD_DIR):