.POSIX: all: xmonad-monitor xmonad-monitor: xmonad-monitor.gpp @touch -- $@ @chmod -- +w $@ gpp -s '%%' < $@.gpp > $@ @chmod -- a-w $@ .PHONY: all