beremiz
Clone
Summary
Browse
Changes
Graph
#2486 ExposedCalls with register options as a dictionary.
#2486
2018-05-18, dporopat
1e397afc36a9
#2486 ExposedCalls with register options as a dictionary.
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 $< -> $@"