aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-04-01 22:40:45 +0800
committerAaron LI <aly@aaronly.me>2019-04-02 00:21:20 +0800
commitcd42a759a0f4ff6eca657384d81c6729e902cd99 (patch)
tree75d4b87b0882c60bd058a00e2c565a5cf67f7aec
parent6472cb06a51937ad438a362e4b94b9f55ac670e0 (diff)
downloadresume-cd42a759a0f4ff6eca657384d81c6729e902cd99.tar.bz2
Makefile: clean up a bit
-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 $*=$($*)