From 20afb9ff0575eeb84bb6b00b0d9dfcab001c3127 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 7 Apr 2015 04:06:40 +0200 Subject: Make the Makefile more quiet --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b47c17b..d551b6b 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ all: - cd src && make all + @cd src && make --no-print-directory all clean: - cd src && make clean + @cd src && make --no-print-directory clean install: - cd src && make install - cd dbus && make install + @cd src && make --no-print-directory install + @cd dbus && make --no-print-directory install shop.db: sql/tables.sql sql/views.sql sql/trigger.sql @for file in $^ ; do \ -- cgit v1.2.3