summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)