beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fixed halting problem when there is no session opened.
svghmi
2021-07-15, Edouard Tisserant
1fc4274de64e
SVGHMI: Fixed halting problem when there is no session opened.
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 $< -> $@"