actually fix Makefile

This commit is contained in:
silverweed 2024-07-16 14:58:54 +02:00
parent 9090d9d52d
commit 62180a449e

View file

@ -24,7 +24,7 @@ ROOT_IFACE = build/RMicroFileReader.o
ROOT_IFACE_DBG = $(ROOT_IFACE) ROOT_IFACE_DBG = $(ROOT_IFACE)
.PHONY: all clean .PHONY: all clean
all: build/imgui.o $(ROOT_IFACE) noasan all: build/imgui.o $(ROOT_IFACE) ubsan
clean: clean:
rm build/*.o rntviewer $(ROOT_IFACE) rm build/*.o rntviewer $(ROOT_IFACE)