diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-13 08:50:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-13 08:50:09 +0900 |
| commit | 3af148406331690bbfc717e73d09151f89b8f260 (patch) | |
| tree | 9cc7b85b77b19a4357b50399e0457920bbb63535 /Makefile | |
| parent | 1bda6452335c76f80b63eb70eb0e2736b8b9d6f6 (diff) | |
| download | 2048.c-3af148406331690bbfc717e73d09151f89b8f260.tar.gz 2048.c-3af148406331690bbfc717e73d09151f89b8f260.tar.zst 2048.c-3af148406331690bbfc717e73d09151f89b8f260.zip | |
rename source files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -SUFFIX ?= _minified +# Uncomment this line if you want to compile 2048_clean.c +# SUFFIX ?= _clean DIST := bin PROGRAM := $(DIST)/2048 |
