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:
78e58eb02d4d0b4ee59e482a04dea307c8af161d
78e58eb02d4d0b4ee59e482a04dea307c8af161d
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