beremiz
Clone
Summary
Browse
Changes
Graph
Disable by default unlisted in project beremiz.xml libraries
2018-06-26, Andrey Skvortsov
295f966e8083
Disable by default unlisted in project beremiz.xml libraries
Used libraries should be explicitly enabled.
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 $< -> $@"