beremiz
Clone
Summary
Browse
Changes
Graph
Tests: No need to archive test results before uploading them as action artifacts.
2022-05-17, Edouard Tisserant
2f5b5c14a650
Tests: No need to archive test results before uploading them as action artifacts.
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 $< -> $@"