Commit 0d8f1ac3 authored by antirez's avatar antirez
Browse files

initial pretty printing in makefile

parent 0ba29322
......@@ -138,7 +138,8 @@ redis-check-aof: $(CHECKAOFOBJ)
$(CC) -o $(CHECKAOFPRGNAME) $(CCOPT) $(DEBUG) $(CHECKAOFOBJ)
.c.o:
$(CC) -c $(CFLAGS) $(DEBUG) $(COMPILE_TIME) $<
@$(CC) -c $(CFLAGS) $(DEBUG) $(COMPILE_TIME) $<
@echo "\033[34mCC\033[0m \033[33m$<\033[0m"
clean:
rm -rf $(PRGNAME) $(BENCHPRGNAME) $(CLIPRGNAME) $(CHECKDUMPPRGNAME) $(CHECKAOFPRGNAME) *.o *.gcda *.gcno *.gcov
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment