beremiz
Clone
Summary
Browse
Changes
Graph
Fixed regression in connecting to LOCAL:// targets
2018-11-23, Edouard Tisserant
65ff9a309ff3
Fixed regression in connecting to LOCAL:// targets
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 $< -> $@"