beremiz
Clone
Summary
Browse
Changes
Graph
fix missing root in empty search results panel
2017-12-05, Surkov Sergey
48bd91d7a0ae
fix missing root in empty search results 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 $< -> $@"