Log In
build
/
midipix_build
Clone
Source Code
GIT
Source
Issues
3
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
8b9df9abd819e50bca8a36e8bd0582c768e53028
8b9df9abd819e50bca8a36e8bd0582c768e53028
subr
pkg_clean.subr
Fork and Edit
Blob
Blame
History
Raw
# # set -o errexit -o noglob are assumed. # pkg_clean() { make clean; }; # vim:filetype=sh