beremiz
Clone
Summary
Browse
Changes
Graph
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
python3
2023-02-06, GP Orcullo
29bc2bebf1d4
Generate warning instead of Exception if CTNMaxCount is exceeded for a confnode
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 $< -> $@"