repo.or.cz
/
libs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Fixed Array equality and less than comparisons
[libs.git]
/
makedeps.ftr
blob
dde7184d539970fa6f7e5d1780f01c5326c4c0ef
1
# Makedeps -- footer
2
# to be sourced from every makedeps.sh
3
4
case $task in
5
clean)
6
clean
7
;;
8
all|'')
9
all
10
;;
11
*)
12
echo "Usage: $0 all|clean"
13
;;
14
esac