From 9c0fcfdf0f81cd7fb682ffe568bab185bbc084ea Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 16 Jun 2021 03:41:48 +0900 Subject: make SUFFIX configurable --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb7fac1..01d0b5f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ +SUFFIX ?= _minified + DIST := bin -SUFFIX := _minified PROGRAM := $(DIST)/2048 all: run -- cgit v1.2.3-70-g09d2