From 1bd98bdeb2e3d9d33acb60ab0ed815571e14e4dc Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 23 Apr 2025 15:32:26 +0200 Subject: [PATCH] Changed make target everywhere oops --- make/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/makefile b/make/makefile index 83afcf4..21a3497 100644 --- a/make/makefile +++ b/make/makefile @@ -38,7 +38,7 @@ else endif -all: --prep-build-dir compiler samples tests +all: --prep-build-dir compiler samples check $(srcdir)/%.o: $(project_dir)/oscar64/%.cpp