beremiz
Clone
Summary
Browse
Changes
Graph
More customizations to yslt
2019-09-19, Edouard Tisserant
a0154a041148
More customizations to yslt
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 $< -> $@"