From ba2ae0a166951eff54ddec3dae0b4a6783b8e319 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 5 Oct 2016 14:00:51 -0700 Subject: [PATCH] Update notes --- notes | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/notes b/notes index 5bfc695..3914fb9 100644 --- a/notes +++ b/notes @@ -1,19 +1,12 @@ notes ----- --- report double compile error --- should pre-requisite order really be arbitrary? --- test plan order - --- use multiple cores - - look through all justfiles for features of make that I use. so far: . phony . SHELL := zsh . quiet . make variables - ask travis for his justfiles - - comment code command line arguments: @@ -35,6 +28,7 @@ polyglot: extras: - args +- use launch recipes asyncronously - ~/.justfile: . is this for non-project specific commands, so that when you type .j in any directory, it uses it as a justfile?