diff --git a/Makefile b/Makefile index 1ef8cf5..f306305 100755 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ TESTER_OBJECTS := $(patsubst %,$(OBJ)/%.o,$(TESTER_SOURCES)) # Automatic dependency generation -ifneq ($(MAKECMDGOALS),clean) +ifneq ($(filter-out clean bootroms libretro %.bin, $(MAKECMDGOALS)),) -include $(CORE_OBJECTS:.o=.dep) ifneq ($(filter $(MAKECMDGOALS),sdl),) -include $(SDL_OBJECTS:.o=.dep)