beremiz
Clone
Summary
Browse
Changes
Graph
tests: opcua_client test project is not meant to be encrypted.
wxPython4
2022-09-14, Edouard Tisserant
369c3edc1a65
tests: opcua_client test project is not meant to be encrypted.
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 $< -> $@"