diff --git a/root/Makefile b/root/Makefile index 49e4f51..3689297 100644 --- a/root/Makefile +++ b/root/Makefile @@ -1,7 +1,7 @@ .PHONY: all make_recursive clean clean_recursive restart DIRS=$(wildcard */) -all: make_recursive data.cdb +all: make_recursive restart: @if [ -e /service/tinydns ]; then \