beremiz

C runtime: fix ExtendedCall stub

19 months ago, Edouard Tisserant
6975b486b07f
C runtime: fix ExtendedCall stub
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 $< -> $@"