beremiz
Clone
Summary
Browse
Changes
Graph
Pyro5: fix runtime typo + IDE exception handling
2023-05-17, Edouard Tisserant
5a66d4be2e49
Pyro5: fix runtime typo + IDE exception handling
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 $< -> $@"