Mercurial > hg > config
view bin/make-targets.sh @ 568:bb6e21338c5c
hgrc notes
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 12 Jan 2014 21:48:06 -0800 |
parents | 71345f4de3ce |
children | d4403d13fb31 |
line wrap: on
line source
#!/bin/bash # list makefile targets make -pn | grep '^ *[^#].*:.*' | sed 's/\([^:]+\):.*/\1/' | sort | uniq