beremiz
Clone
Summary
Browse
Changes
Graph
increase height for ConnectionDialog and ArrayTypeDialog to have
2016-04-20, Andrey Skvortsov
789acd7cc347
increase height for ConnectionDialog and ArrayTypeDialog to have
enough place for buttons
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 $< -> $@"