beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception when changing or resizing comments in FBD
18 months ago, Edouard Tisserant
d876242447da
IDE: fix exception when changing or resizing comments in FBD
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 $< -> $@"