beremiz
Clone
Summary
Browse
Changes
Graph
Print version information about software used for tests
2018-05-23, Andrey Skvortsov
2a8cd24a14ca
Print version information about software used for tests
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 $< -> $@"