From 5115eb592d1477b355770eee9d6b913481d4859f Mon Sep 17 00:00:00 2001 From: kartofen Date: Fri, 20 Oct 2023 19:31:31 +0300 Subject: graphics pipeline --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3