beremiz
Clone
Summary
Browse
Changes
Graph
Runtime web settings: allow customization of version string by extensions
modbus_hotfix
2023-11-09, Edouard Tisserant
8c7295ae9fd0
Runtime web settings: allow customization of version string by extensions
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 $< -> $@"