beremiz
Clone
Summary
Browse
Changes
Graph
If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
2018-06-27, Andrey Skvortsov
3220dd020675
If task type is changed from 'interrupt' to 'cyclic' init interval with T#20ms.
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 $< -> $@"