index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mk
/
clean.mk
blob: 3287ac87323999899d8e750612a3a454b207a51a (
plain
)
1
2
3
4
5
6
7
clean_files
:=
clean
:
rm
-fv
$(
clean_files
)
dryclean
:
@echo
$(
clean_files
)