Created
August 15, 2011 08:15
-
-
Save nagachika/1145890 to your computer and use it in GitHub Desktop.
how to make money
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common.mk b/common.mk | |
index ea244cc..1edb412 100644 | |
--- a/common.mk | |
+++ b/common.mk | |
@@ -931,6 +931,9 @@ change: PHONY | |
love: sudo-precheck up all test install test-all | |
@echo love is all you need | |
+money: | |
+ @echo "OK. Please lend me some money at first. I'll return a 10-fold." | |
+ | |
sudo-precheck: | |
@$(SUDO) echo > $(NULL) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment