beremiz
Clone
Summary
Browse
Changes
Graph
Create run_tests_in_docker.yml
2022-05-16, etisserant
c0a41c2d0dd1
Create run_tests_in_docker.yml
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 $< -> $@"