Log In
midipix
/
build
/
midipix_build
Forked from
build/midipix_build
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
64cbaf56f14518ebd10bda62964706dac289ebdc
64cbaf56f14518ebd10bda62964706dac289ebdc
subr
pkg_build_clean.subr
Fork and Edit
Blob
Blame
History
Raw
# # set -o errexit -o noglob are assumed. # pkg_build_clean() { make clean; }; # vim:filetype=sh