depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
clean.mk
blob: 3287ac87323999899d8e750612a3a454b207a51a (
plain
) (
blame
)
1
2
3
4
5
6
7
clean_files
:=
clean
:
rm -fv
$(
clean_files
)
dryclean
:
@
echo
$(
clean_files
)