From af9cf3c5cc91851775316fe2e3a307fe2de770fe Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 16 Jun 2021 03:38:53 +0900 Subject: remove suffix from executable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b1da2e..cb7fac1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DIST := bin SUFFIX := _minified -PROGRAM := $(DIST)/2048$(SUFFIX) +PROGRAM := $(DIST)/2048 all: run -- cgit v1.2.3-70-g09d2