beremiz
Clone
Summary
Browse
Changes
Graph
run application tests in full screen mode
2017-09-16, Andrey Skvortsov
925ea35edc2c
run application tests in full screen mode
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 $< -> $@"