Permalink
Browse files

Build: Easter egg, mostly for me (#10093)

* Build: Easter egg, mostly for me

Because I cannot type.

* run make run when calling urn
  • Loading branch information...
1 parent 1440410 commit 9680e43fad22333be37e28a6f314a5f712316ddc @blowery blowery committed on GitHub Jan 18, 2017
Showing with 5 additions and 1 deletion.
  1. +5 −1 Makefile
View
@@ -222,9 +222,13 @@ analyze-bundles: node_modules
@WEBPACK_OUTPUT_JSON=1 CALYPSO_ENV=production $(MAKE) build
@$(NODE_BIN)/webpack-bundle-analyzer stats.json public -p 9898
+urn:
+ @printf "⚱\n\n";
+ @$(MAKE) run;
+
# rule that can be used as a prerequisite for other rules to force them to always run
FORCE:
.PHONY: build build-development build-server build-dll build-desktop build-desktop-mac-app-store build-horizon build-stage build-production build-wpcalypso
.PHONY: run install test clean distclean translate route node-version
-.PHONY: githooks githooks-commit githooks-push analyze-bundles
+.PHONY: githooks githooks-commit githooks-push analyze-bundles urn

0 comments on commit 9680e43

Please sign in to comment.