beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: add undo button to widget library path selection (reverts to default library).
12 months ago, Edouard Tisserant
0d44502026d2
SVGHMI: add undo button to widget library path selection (reverts to default library).
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 $< -> $@"