From 7ed099dfdfffcea1608da9c2da397e09be6f937f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 2 Feb 2023 19:18:56 -0500 Subject: [PATCH] Fix Makefile invoking rscons --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35a399a..80ca04a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all all: - ./rscons build + ./rscons .PHONY: clean clean: