beremiz
Clone
Summary
Browse
Changes
Graph
change white background for project tree element to transparent
2017-01-16, Andrey Skvortsov
25e3bf6e193d
change white background for project tree element to transparent
because on GNU/Linux project tree has grey background, therefore
white background looks not good.
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 $< -> $@"