beremiz

URI editor : Rewrote most of it, cleaner.

2018-11-08, Edouard Tisserant
e5703dc8848e
URI editor : Rewrote most of it, cleaner.
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 $< -> $@"