Makefile - Add vgbc.inspect to clean-objs
This commit is contained in:
parent
3b4c50cbc5
commit
fb65792e87
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ test-srcs := $(wildcard tests/*.cpp)
|
||||||
|
|
||||||
emu-objs := $(addsuffix .o,$(modules))
|
emu-objs := $(addsuffix .o,$(modules))
|
||||||
test-objs := $(patsubst %.cpp,%.o,$(test-srcs))
|
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)
|
headers := $(wildcard */*.h)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue