Inline ground

This commit is contained in:
2026-01-12 15:24:37 +11:00
parent c5b67bff72
commit 6bc483b1db
5 changed files with 46 additions and 2 deletions

5
.project.fish Normal file
View File

@@ -0,0 +1,5 @@
# source .project.fish
alias run "make && ./solstice"
alias clean "make clean"
alias cleanrun "make clean && make && ./solstice"