mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-24 10:51:04 +00:00
Makefile: Add a FORCE target
Backports commit d41d4da3c5d702b505d74265900a13fae2c8d0e0 from qemu
This commit is contained in:
parent
8d0faac1dc
commit
c17a3070ea
|
@ -52,7 +52,7 @@ GENERATED_SOURCES += qapi-types.c qapi-visit.c
|
||||||
Makefile: ;
|
Makefile: ;
|
||||||
configure: ;
|
configure: ;
|
||||||
|
|
||||||
.PHONY: all clean cscope distclean install recurse-all
|
.PHONY: all clean cscope distclean install recurse-all FORCE
|
||||||
|
|
||||||
$(call set-vpath, $(SRC_PATH))
|
$(call set-vpath, $(SRC_PATH))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue