beremiz
Clone
Summary
Browse
Changes
Graph
Use requirements.txt and update doc accordingly.
2023-07-26, Edouard Tisserant
5b65b8f6d523
Use requirements.txt and update doc accordingly.
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 $< -> $@"