From 669ec39a834bf8aadb32f8223182ee8429fe68ec Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 6 Apr 2018 01:09:08 -0400 Subject: suppress make tools noise --- tools/bin2c/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/bin2c') diff --git a/tools/bin2c/Makefile b/tools/bin2c/Makefile index 4cc23a25a..dd4e537a2 100644 --- a/tools/bin2c/Makefile +++ b/tools/bin2c/Makefile @@ -2,10 +2,13 @@ CC = gcc CFLAGS = -Wall -Wextra -Werror -std=c11 -O2 -s -.PHONY: clean +.PHONY: all clean SRCS = bin2c.c +all: bin2c + @: + bin2c: $(SRCS) $(CC) $(CFLAGS) $(SRCS) -o $@ $(LDFLAGS) -- cgit v1.2.3