beremiz
Clone
Summary
Browse
Changes
Graph
fix problem with initial values for array of structures
2017-06-08, Andrey Skvortsov
72286367d0fd
fix problem with initial values for array of structures
for structures wrong empty repetition attributes were generated
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 $< -> $@"