mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-10 05:18:16 -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:
|