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