beremiz
Clone
Summary
Browse
Changes
Graph
enlarge canvas border for debug variable graphic viewer
2018-01-12, Surkov Sergey
b9318fc8f033
enlarge canvas border for debug variable graphic viewer
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 $< -> $@"