beremiz
Clone
Summary
Browse
Changes
Graph
Fix strings displaying as repr(bytes) in debug view.
2024-01-20, Edouard Tisserant
2adfa4c60bff
Fix strings displaying as repr(bytes) in debug view.
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 $< -> $@"