beremiz
Clone
Summary
Browse
Changes
Graph
TESTS: moved non-automated tests Beremiz projects stored as directories in /tests to new directory /tests/projects
2022-01-25, Edouard Tisserant
53c66c4aefa3
TESTS: moved non-automated tests Beremiz projects stored as directories in /tests to new directory /tests/projects
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 $< -> $@"