beremiz
Clone
Summary
Browse
Changes
Graph
Rebuilded gen_index_html.xslt after all new widgets were commited
svghmi
2020-08-05, usveticic
bd0b120cf277
Rebuilded gen_index_html.xslt after all new widgets were commited
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 $< -> $@"