diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ +all: graph.png + pkill -SIGUSR1 -f 'feh (.* )*graph\.png( .*)*' + %.in: %.dot sed "$(shell sed 's/^#DEFINE \(\S\+\) \(.*\)$$/s@\1@\2@g/; t; d' "$<")" "$<" > "$@" %.png: %.in dot -Tpng -o$@ $< -all: graph.png - .PHONY: all |