/stm_cmake

代码片段。git练习 稍后删除

Primary LanguageC

  1. Copy Makefile to directory with .ioc file

  2. Create project.mk file in same directory

     USER_CFLAGS = 
     SRCS = src/mysrc.c
     SSRCS = 
    
  3. Run make

  4. Run make help for help

  5. scons

shell 文件内调用makefile文件: makefile文件内调用shell脚本文件: