beremiz

Removed debug code and closed branch
fix_fb_resize_wire_bug
2019-06-18, Edouard Tisserant
93ad3db5f9df
Removed debug code and closed branch
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 $< -> $@"