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/preproc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/preproc') diff --git a/tools/preproc/Makefile b/tools/preproc/Makefile index ec4a5f365..bf1c11b4b 100644 --- a/tools/preproc/Makefile +++ b/tools/preproc/Makefile @@ -8,7 +8,10 @@ SRCS := asm_file.cpp c_file.cpp charmap.cpp preproc.cpp string_parser.cpp \ HEADERS := asm_file.h c_file.h char_util.h charmap.h preproc.h string_parser.h \ utf8.h -.PHONY: clean +.PHONY: all clean + +all: preproc + @: preproc: $(SRCS) $(HEADERS) $(CXX) $(CXXFLAGS) $(SRCS) -o $@ $(LDFLAGS) -- cgit v1.2.3