diff options
Diffstat (limited to 'examples/api')
| -rw-r--r-- | examples/api/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/examples/api/Makefile b/examples/api/Makefile index 33cc91ba7..1cefbe777 100644 --- a/examples/api/Makefile +++ b/examples/api/Makefile @@ -46,8 +46,6 @@ OBJS	+= $(addprefix $(obj),$(COBJ_FILES-y))  OBJS	+= $(addprefix $(obj),$(notdir $(EXT_COBJ_FILES-y)))  OBJS	+= $(addprefix $(obj),$(notdir $(EXT_SOBJ_FILES-y))) -CPPFLAGS += -I.. -  all:	$(obj).depend $(OUTPUT)  ######################################################################### |