mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
13 lines
203 B
Makefile
13 lines
203 B
Makefile
check_SCRIPTS = \
|
|
parseopts_test.sh \
|
|
pacman-db-upgrade-v9.py \
|
|
makepkg-template_test.sh \
|
|
human_to_size_test.sh
|
|
|
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
|
|
|
EXTRA_DIST = \
|
|
$(check_SCRIPTS)
|
|
|
|
# vim:set noet:
|