beremiz
Clone
Summary
Browse
Changes
Graph
Update revisions used in tests running on GitHub.
2024-04-26, Edouard Tisserant
b73d6668eba3
Update revisions used in tests running on GitHub.
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 $< -> $@"