beremiz
Clone
Summary
Browse
Changes
Graph
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
2018-08-16, Edouard Tisserant
2e38b5ec4753
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.
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 $< -> $@"