9 lines
94 B
Makefile
9 lines
94 B
Makefile
|
.PHONE: test namcap default
|
||
|
|
||
|
default: test
|
||
|
|
||
|
test: namcap
|
||
|
|
||
|
namcap:
|
||
|
fd PKGBUILD | xargs namcap
|