From 62180a449e91fad5872918e75a8ec2ef5e9be135 Mon Sep 17 00:00:00 2001 From: silverweed Date: Tue, 16 Jul 2024 14:58:54 +0200 Subject: [PATCH] actually fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53f131c..01b917e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ ROOT_IFACE = build/RMicroFileReader.o ROOT_IFACE_DBG = $(ROOT_IFACE) .PHONY: all clean -all: build/imgui.o $(ROOT_IFACE) noasan +all: build/imgui.o $(ROOT_IFACE) ubsan clean: rm build/*.o rntviewer $(ROOT_IFACE)