beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: moving code wher it belongs, and reformulate some declarations for better readability.
svghmi
2020-04-18, Edouard Tisserant
9226a830fbc3
SVGHMI: moving code wher it belongs, and reformulate some declarations for better readability.
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 $< -> $@"