beremiz

fix max value for UDINT and ULINT types

2017-09-12, Andrey Skvortsov
7ec48bdc7a57
fix max value for UDINT and ULINT types
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 $< -> $@"