beremiz
Clone
Summary
Browse
Changes
Graph
make CanFestival to be at the expected place in bitbucket pipelines container
2017-10-23, Andrey Skvortsov
e5ddbaf756cb
make CanFestival to be at the expected place in bitbucket pipelines container
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 $< -> $@"