beremiz

SVGHMI: relative pages and page jumps
svghmi
2020-03-13, Edouard Tisserant
634b43d69897
SVGHMI: relative pages and page jumps
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 $< -> $@"