summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-10 19:23:12 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-10 19:23:12 +0000
commit05ff57af8de6588f87fd268c62033e3b79ee8f26 (patch)
tree990843380f169e9392e8b9e5407cd7da9a6d6083 /Makefile
parentfc5f1a670eaf2918c48c7ac276414f3ff7f161bb (diff)
update Makefile.
* Makefile: add blank lines.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)