beremiz
Clone
Summary
Browse
Changes
Graph
IDE: On windows, align better "reset to default" button in CTN config panel.
svghmi
2021-07-26, Edouard Tisserant
7d0e7e4d88cd
IDE: On windows, align better "reset to default" button in CTN config panel.
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 $< -> $@"