beremiz
Clone
Summary
Browse
Changes
Graph
Merged changes from default
wxPython4
2022-10-06, Edouard Tisserant
921f620577e8
Merged changes from default
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 $< -> $@"