Makefile - Add vgbc.inspect to clean-objs

This commit is contained in:
madmaurice 2023-09-01 08:36:12 +02:00
parent 3b4c50cbc5
commit fb65792e87

View file

@ -4,7 +4,7 @@ test-srcs := $(wildcard tests/*.cpp)
emu-objs := $(addsuffix .o,$(modules))
test-objs := $(patsubst %.cpp,%.o,$(test-srcs))
clean-objs := $(emu-objs) $(test-objs) libemu.a vgbc vgbc.test main.o
clean-objs := $(emu-objs) $(test-objs) libemu.a vgbc vgbc.test vgbc.inspect main.o
headers := $(wildcard */*.h)