Blob Blame History Raw
#
# set -o errexit -o noglob are assumed.
#

pkg_clean() {
	make clean;
};

# vim:filetype=sh