beremiz

close branch #2476 - URI dialog fixed
#2476
2018-05-17, Edouard Tisserant
00faf9279dc0
close branch #2476 - URI dialog fixed
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 $< -> $@"