beremiz
Clone
Summary
Browse
Changes
Graph
Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
2018-09-12, Edouard Tisserant
a0efe3d9c853
Flush standard output when runtime ready, so that IDE knows it, and can continue connection to LOCAL:// uri
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 $< -> $@"