beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: simplication in ScrollBar widget JS code
wxPython4
2021-10-01, Edouard Tisserant
3930916a2e0d
SVGHMI: simplication in ScrollBar widget JS code
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 $< -> $@"