1 2 3 4 5 6 7
# Makefile for radio-observer example PROJECT_TARGET = radio-observer-example PROJECT_SOURCE_FILES = main.c BLESTACK_PATH = ../.. -include $(BLESTACK_PATH)/Makefile.common