actually fix Makefile
This commit is contained in:
parent
9090d9d52d
commit
62180a449e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue