diff options
author | Aaron LI <aly@aaronly.me> | 2019-04-01 22:40:45 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-04-02 00:21:20 +0800 |
commit | cd42a759a0f4ff6eca657384d81c6729e902cd99 (patch) | |
tree | 75d4b87b0882c60bd058a00e2c565a5cf67f7aec /Makefile | |
parent | 6472cb06a51937ad438a362e4b94b9f55ac670e0 (diff) | |
download | resume-cd42a759a0f4ff6eca657384d81c6729e902cd99.tar.bz2 |
Makefile: clean up a bit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 $*=$($*) |