Makefile 329 B

1234567891011121314151617
  1. # Please use it in Nuclei Studio IDE not in command line
  2. # see https://doc.nucleisys.com/nuclei_sdk/design/app.html#demo-profiling
  3. TARGET = demo_profiling
  4. MIDDLEWARE := profiling
  5. NUCLEI_SDK_ROOT = ../../..
  6. SRCDIRS = . src
  7. INCDIRS = . inc
  8. DOWNLOAD ?= sram
  9. COMMON_FLAGS := -O0
  10. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base