From cb9eacab70ab42853a635c31f5d15ff76d5fc0cc Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 28 Jan 2021 19:33:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=B3=20Suppress=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitmap/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bitmap/Makefile b/bitmap/Makefile index e7aaf94..cd1d300 100644 --- a/bitmap/Makefile +++ b/bitmap/Makefile @@ -3,16 +3,16 @@ all: install render .PHONY: all install: node_modules package.json - yarn install + @yarn install render: - yarn render + @yarn render watch: - yarn watch + @yarn watch node_modules: - mkdir -p $@ + @mkdir -p $@ clean: - rm -rf node_modules yarn.lock \ No newline at end of file + @rm -rf node_modules yarn.lock \ No newline at end of file