build(makefile): ensure uninstall before install
This commit is contained in:
parent
5b5ded25c9
commit
30ed3ed5e2
2
Makefile
2
Makefile
@ -130,7 +130,7 @@ endif
|
|||||||
|
|
||||||
# install
|
# install
|
||||||
|
|
||||||
install: build
|
install: uninstall build
|
||||||
@$(call echo,Make $@)
|
@$(call echo,Make $@)
|
||||||
ifeq ($(HOST_OS),Win)
|
ifeq ($(HOST_OS),Win)
|
||||||
ifneq ($(HOST_NAME),MinGW)
|
ifneq ($(HOST_NAME),MinGW)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user