beremiz
Clone
Summary
Browse
Changes
Graph
fix breaking non-latin description and comments in FBD, LD, SFC and
2016-11-08, Andrey Skvortsov
584b6fdb949e
fix breaking non-latin description and comments in FBD, LD, SFC and
project settings after Undo operation
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 $< -> $@"