mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Don't block make clean if we need to reconfigure
This commit is contained in:
parent
979c6d003e
commit
6239635eba
4
Makefile
4
Makefile
@ -120,10 +120,14 @@ endif
|
||||
|
||||
all: $(TARGET) config.mk
|
||||
|
||||
ifeq ($(MAKECMDGOALS),clean)
|
||||
config.mk:
|
||||
else
|
||||
-include $(RARCH_OBJ:.o=.d)
|
||||
config.mk: configure qb/*
|
||||
@echo "config.mk is outdated or non-existing. Run ./configure again."
|
||||
@exit 1
|
||||
endif
|
||||
|
||||
retroarch: $(RARCH_OBJ)
|
||||
@$(if $(Q), $(shell echo echo LD $@),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user