Makefile 160 B

1234567891011
  1. TARGET = rtthread_demo
  2. RTOS = RTThread
  3. NUCLEI_SDK_ROOT = ../../..
  4. COMMON_FLAGS = -O3
  5. SRCDIRS = .
  6. INCDIRS = .
  7. include $(NUCLEI_SDK_ROOT)/Build/Makefile.base