mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-03 18:59:55 -05:00
10 lines
133 B
Makefile
10 lines
133 B
Makefile
![]() |
check_SCRIPTS = \
|
||
|
parseopts_test.sh
|
||
|
|
||
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(check_SCRIPTS)
|
||
|
|
||
|
# vim:set ts=2 sw=2 noet:
|