beremiz
Clone
Summary
Browse
Changes
Graph
Prevent global python_poll blocks to be created when accidentally adding content to C-File OnChange column.
svghmi
2020-07-03, Edouard Tisserant
ddf6144a56cf
Prevent global python_poll blocks to be created when accidentally adding content to C-File OnChange column.
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 $< -> $@"