# just for cleaning at the moment! include ../.Make.conf build: @echo examples can be run directly, no need to run make pnd: brace_files | while read A; do sed -i '1s,#!/usr/local,#!/mnt/utmp/cz,' "$$A"; done local: brace_files | while read A; do sed -i '1s,#!/mnt/utmp/cz,#!/usr/local,' "$$A"; done clean: bk-clean # find . -type f \( -perm -u+x -o -perm -g+x -o -perm -o+x \) | xargs file | grep ELF | sed 's/:.*//' | xargs rm -f