tachikoma/justfile
2024-04-07 00:01:58 -04:00

11 lines
No EOL
179 B
Makefile

default: build
build: build-be build-fe
build-be:
nix build .#akkoma.tachikoma
build-fe:
nix build .#akkoma-frontends.tachikoma-fe
package-fe:
nix build .#tachikoma-fe-zip