rules.mk 101 B

123456
  1. LOCAL_DIR := $(GET_LOCAL_DIR)
  2. INCLUDES += -I$(LOCAL_DIR)/include
  3. OBJS += \
  4. $(LOCAL_DIR)/console.o