beremiz
Clone
Summary
Browse
Changes
Graph
OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid.
wxPython4
2022-11-10, Edouard Tisserant
bf3b5f58c832
OPC-UA: Extend Drag'N'Drop target to whole input or output panel not only grid.
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 $< -> $@"