mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
10 lines
129 B
Makefile
10 lines
129 B
Makefile
|
check_SCRIPTS = \
|
||
|
vercmptest.sh
|
||
|
|
||
|
noinst_SCRIPTS = $(check_SCRIPTS)
|
||
|
|
||
|
EXTRA_DIST = \
|
||
|
$(check_SCRIPTS)
|
||
|
|
||
|
# vim:set ts=2 sw=2 noet:
|