diff --git a/ports/stm8/README-COSMIC b/ports/stm8/README-COSMIC index c87bae5..cb8ac46 100644 --- a/ports/stm8/README-COSMIC +++ b/ports/stm8/README-COSMIC @@ -155,7 +155,7 @@ should set up your environment variables as follows: The full build is carried out using simply: - * make + * make -f cosmic.mak All objects are built into the 'build' folder under ports/stm8. The build process builds separate target applications for each automated test, and @@ -167,13 +167,13 @@ and run as a separate application. All built objects etc can be cleaned using: - * make clean + * make -f cosmic.mak clean The Atomthreads sources are documented using Doxygen markup. You can build both the kernel and STM8 port documentation from this folder using: - * make doxygen + * make -f cosmic.mak doxygen --------------------------------------------------------------------------- diff --git a/ports/stm8/Makefile b/ports/stm8/cosmic.mak similarity index 100% rename from ports/stm8/Makefile rename to ports/stm8/cosmic.mak