beremiz
Clone
Summary
Browse
Changes
Graph
#2486 Fix if protocol, register options are not present in wapmconf.json file.
#2486
2018-04-11, dporopat
8fd73c6c8aa9
#2486 Fix if protocol, register options are not present in wapmconf.json file.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"