Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
22fcbdb0c8
commit
35c8bfce7f
1041 changed files with 6076 additions and 1170 deletions
9
Makefile
9
Makefile
|
@ -24,17 +24,14 @@ ${NAME}: ${BUILD-DIR}
|
|||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
ifneq ("$(wildcard ${BUILD-DIR})","")
|
||||
meson compile --clean -C ${BUILD-DIR}
|
||||
endif
|
||||
|
||||
.PHONY: purge
|
||||
purge:
|
||||
ifneq ("$(wildcard ${BUILD-DIR})","")
|
||||
rm -rf ${BUILD-DIR}
|
||||
meson subprojects purge --confirm
|
||||
endif
|
||||
|
||||
.PHONY: purge
|
||||
purge: clean
|
||||
|
||||
.PHONY: install
|
||||
install: ${NAME}
|
||||
meson install -C ${BUILD-DIR} --skip-subprojects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue