Mercurial > hg > config
view bin/make-targets.sh @ 785:205dd903e4c8
add some mediocre workflow
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 12 Sep 2016 14:11:49 -0700 |
parents | 71345f4de3ce |
children | d4403d13fb31 |
line wrap: on
line source
#!/bin/bash # list makefile targets make -pn | grep '^ *[^#].*:.*' | sed 's/\([^:]+\):.*/\1/' | sort | uniq