tests/genericmake/project_files/Makefile
author Surkov Sergey <surkovsv93@gmail.com>
Mon, 15 Jan 2018 12:06:24 +0300
changeset 1965 f77bc4fdc73c
parent 1542 0535a6b50534
permissions -rw-r--r--
fix default time range choice for debug variable panel

only localized versions were affected
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 $< -> $@"