beremiz
Clone
Summary
Browse
Changes
Graph
BACnet plugin: Add web interface for online parameter configuration
2020-05-28, Mario de Sousa
db68cb0e6bdc
BACnet plugin: Add web interface for online parameter configuration
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 $< -> $@"