jw-pkg/make/cpp-extra-targets.mk

4 lines
151 B
Makefile
Raw Normal View History

all:
expand-macros:
make 2>/dev/null | sed '/$(CC)\|$(CPP)/ !d; s/$(CC)\|$(CPP)//; s/-o .*//' | grep -v "Wl\|rdynamic" | xargs $(CPP) -E -C | indent