beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
2021-11-16, Edouard Tisserant
6532d7a1a3b5
IDE: Tutorial/Example menu was broken : path of project being open was the same for all menu entries.
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 $< -> $@"