beremiz
Clone
Summary
Browse
Changes
Graph
change directory for saving Beremiz bug reports from current working directory to TEMP directory.
2017-01-27, Surkov Sergey
91b7cc4b0d44
change directory for saving Beremiz bug reports from current working directory to TEMP directory.
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 $< -> $@"