beremiz
Clone
Summary
Browse
Changes
Graph
Tests: give test directory when creating container, not when running test.
2022-05-17, Edouard Tisserant
fb8c2fa0d8f0
Tests: give test directory when creating container, not when running test.
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 $< -> $@"