beremiz

remove Linux target from first_steps example

2017-01-23, Andrey Skvortsov
ce9fc57e1828
remove Linux target from first_steps example

Then default target on the system will be used.
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 $< -> $@"