summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-10-20 19:31:31 +0300
committerkartofen <mladenovnasko0@gmail.com>2023-10-20 19:31:31 +0300
commit5115eb592d1477b355770eee9d6b913481d4859f (patch)
treebad0ddf43cea533a91bd1fa36caf6942f1c97b21 /Makefile
parent22128c747e0817f09c11b004016e6d7c518c1523 (diff)
graphics pipeline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0009173..f4d58ba 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ $(BIND)/$(NAME): $(COBJS)
# Extra Tools
-RUN_CMD := $(BIND)/$(NAME)
+RUN_CMD := cd $(BIND) && ./$(NAME)
UNITY := unity
$(BIND)/$(UNITY): $(CSRCS)