update-proto.all - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
update-proto.all (140B)
---
1 #!/bin/sh
2
3 {
4 scripts/mkproto bin
5 scripts/mkproto libexec
6 scripts/mkproto include | grep -F -v bits/scc
7 } | sort -k 3 > scripts/proto.all