beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: single session for now
svghmi
2019-09-12, Edouard Tisserant
6e5e752372c8
SVGHMI: single session for now
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 $< -> $@"