mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 09:55:21 +00:00
8 lines
203 B
Makefile
8 lines
203 B
Makefile
|
|
||
|
PROFILE ?= default/linux/amd64/17.0
|
||
|
PORTAGE_DIR ?= /usr/portage
|
||
|
|
||
|
.PHONY: ebuildtester
|
||
|
ebuildtester:
|
||
|
ebuildtester --profile=$(PROFILE) --portage-dir=$(PORTAGE_DIR) --overlay-dir . --update=yes --manual
|