beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: Better handling of nested strings in spawn_subprocess commandline parsing
svghmi
2021-07-29, Edouard Tisserant
d2b0c768755d
Runtime: Better handling of nested strings in spawn_subprocess commandline parsing
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 $< -> $@"