commit 9524a8eaf1f1274eac3ca0d848e8a1fee988b148 parent 31bd78466e4a045c204292862d9f34fadb0204af Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 28 May 2024 13:46:27 +0200 Add .conner… It's a file for emacs to "list" some compilation/task stuff. Very useful. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
A | .conner | | | 41 | +++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 41 insertions(+), 0 deletions(-)
diff --git a/.conner b/.conner @@ -0,0 +1,41 @@ +;;; -*- lisp-data -*- +((:name "make boot" + :command "make boot" + :type "vterm" + :workdir nil + :environment nil) + (:name "host/aomi/boot" + :command "make host/aomi/boot" + :type "compile" + :workdir nil + :environment nil) + (:name "host/shikoku/boot" + :command "make host/shikoku/boot" + :type "compile" + :workdir nil + :environment nil) + (:name "host/sakhalin/boot" + :command "make host/sakhalin/boot" + :type "compile" + :workdir nil + :environment nil) + (:name "host/kerkouane/boot" + :command "make host/kerkouane/boot" + :type "compile" + :workdir nil + :environment nil) + (:name "host/demeter/boot" + :command "make host/demeter/boot" + :type "compile" + :workdir nil + :environment nil) + (:name "host/athena/boot" + :command "make host/athena/boot" + :type "compile" + :workdir nil + :environment nil) + (:name "build wakasu" + :command "make build" + :type "compile" + :workdir nil + :environment nil))