beremiz
Clone
Summary
Browse
Changes
Graph
add stretching to columns Name, Type, Doc in variable panel
2017-03-03, Surkov Sergey
f4696d85552a
add stretching to columns Name, Type, Doc in variable panel
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 $< -> $@"