view bin/make-targets.sh @ 739:8a9fe2f20bcb

add a zoom
author Jeff Hammel <k0scist@gmail.com>
date Fri, 01 May 2015 20:06:31 -0700
parents 71345f4de3ce
children d4403d13fb31
line wrap: on
line source

#!/bin/bash
# list makefile targets
make -pn | grep '^ *[^#].*:.*' | sed 's/\([^:]+\):.*/\1/' | sort | uniq