From 607c06e4c2e5d602db52630bc78ae2caabdef1ec Mon Sep 17 00:00:00 2001 From: kallaballa Date: Sat, 8 Oct 2022 09:32:32 +0200 Subject: [PATCH] fixed build target: unsafe --- src/tetra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tetra/Makefile b/src/tetra/Makefile index 1fb7ffb61..f46559fdc 100644 --- a/src/tetra/Makefile +++ b/src/tetra/Makefile @@ -17,7 +17,7 @@ release: ${TARGET} debug: ${TARGET} info: ${TARGET} profile: ${TARGET} -hardcore: ${TARGET} +unsafe: ${TARGET} asan: ${TARGET} ${TARGET}: ${OBJS}