beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: spawn_subprocess: handle non-bytes args
2023-06-18, Edouard Tisserant
f7bc4e5832be
Runtime: spawn_subprocess: handle non-bytes args
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 $< -> $@"