aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-23 12:22:53 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-23 12:22:53 +0100
commit34f55e80f4a58d624e85a814c8809318c3af2e9e (patch)
tree529938c0877eb0ee003d34eee70608f13cd848af /makefile
parentf5e3e9b210ac7095022c379c773d97f6d709e39d (diff)
make path configurable
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ea4d9c2..23806fb 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@ CM_OPT_STANDALONE ?= 1
CC ?= gcc
-CM_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
+CM_DIR ?= $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
CM_SOURCE := $(CM_DIR)/cheesemap.c
CM_OBJECT := $(CM_SOURCE:.c=.o)