aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-13 08:50:09 +0900
committernsfisis <nsfisis@gmail.com>2021-11-13 08:50:09 +0900
commit3af148406331690bbfc717e73d09151f89b8f260 (patch)
tree9cc7b85b77b19a4357b50399e0457920bbb63535 /Makefile
parent1bda6452335c76f80b63eb70eb0e2736b8b9d6f6 (diff)
download2048.c-3af148406331690bbfc717e73d09151f89b8f260.tar.gz
2048.c-3af148406331690bbfc717e73d09151f89b8f260.tar.zst
2048.c-3af148406331690bbfc717e73d09151f89b8f260.zip
rename source files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01d0b5f..47367df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-SUFFIX ?= _minified
+# Uncomment this line if you want to compile 2048_clean.c
+# SUFFIX ?= _clean
DIST := bin
PROGRAM := $(DIST)/2048