diff --git a/Makefile b/Makefile
index 9f872e7..73d0448 100644
--- a/Makefile
+++ b/Makefile
@@ -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)