Log In
build
/
midipix_build
Clone
Source Code
GIT
Source
Issues
3
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
e2024b640c93abbcc4f17dbb9b0f2a31556b7fee
e2024b640c93abbcc4f17dbb9b0f2a31556b7fee
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