beremiz
Clone
Summary
Browse
Changes
Graph
Path may contain spaces... sequel of d1359cb
2018-11-09, Edouard Tisserant
81abf93b4684
Path may contain spaces... sequel of d1359cb
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 $< -> $@"