Log In
sskras
/
build
/
midipix_build
Forked from
build/midipix_build
2 years ago
Clone
Source Code
GIT
Source
Issues
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
ba199bd08e6bbe2602ba0bdff93ea171e16710eb
ba199bd08e6bbe2602ba0bdff93ea171e16710eb
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