beremiz
Clone
Summary
Browse
Changes
Graph
IDE: systematically log command when launching process (was not showing in case of LOCAL:// runtime being launched)
svghmi
2021-08-21, Edouard Tisserant
7e59bd180bc6
IDE: systematically log command when launching process (was not showing in case of LOCAL:// runtime being launched)
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 $< -> $@"