beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix disapearing elements in case of nested detachable elements.
svghmi
2020-03-05, Edouard Tisserant
39c8d6079f0f
SVGHMI: Fix disapearing elements in case of nested detachable elements.
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 $< -> $@"