aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 891ba9b..3a180bb 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,3 @@ cleanall:
done
.PHONY: all en zh dist clean cleanall
-
-
-# One liner to get the value of any makefile variable
-# Credit: http://blog.jgc.org/2015/04/the-one-line-you-should-add-to-every.html
-print-%: ; @echo $*=$($*)