beremiz
Clone
Summary
Browse
Changes
Graph
OPCUS client: fix handling of string type Node Identifier
wxPython4
2021-10-18, Edouard Tisserant
fe0da9a8a225
OPCUS client: fix handling of string type Node Identifier
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 $< -> $@"