beremiz
Clone
Summary
Browse
Changes
Graph
Non significant changes to mute GCC warnings about unused variables.
svghmi
2019-09-11, Edouard Tisserant
41fc23fd21c4
Non significant changes to mute GCC warnings about unused variables.
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 $< -> $@"