Commit 9524a8eaf1f1

Vincent Demeester <vincent@sbr.pm>
2024-05-28 13:46:27
Add .conner…
It's a file for emacs to "list" some compilation/task stuff. Very useful. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 31bd784
Changed files (1)
.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))