From 05ff57af8de6588f87fd268c62033e3b79ee8f26 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 10 Jul 2016 19:23:12 +0000 Subject: update Makefile. * Makefile: add blank lines. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ed66ef..75c852b 100644 --- a/Makefile +++ b/Makefile @@ -15,12 +15,15 @@ example_config=examples/config nothing: @echo "Give me something to make. " + .PHONY: nothing git-difme: $(git_difme) + .PHONY: git-difme config: $(config_file) + .PHONY: config $(git_difme): $(git_difme_src) -- cgit v1.2.3