beremiz
Clone
Summary
Browse
Changes
Graph
make renames caseinsensitive
2016-12-22, Andrey Skvortsov
5e64d552b25a
make renames caseinsensitive
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 $< -> $@"