4 lines
72 B
Makefile
4 lines
72 B
Makefile
PKGDIR := $(PWD)/out
|
|
|
|
packages:
|
|
make PKGDIR=$(PKGDIR) -C $(PWD)/plugin
|