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)