5 lines
211 B
Makefile
5 lines
211 B
Makefile
default:
|
|
guix time-machine --channels=./channels.scm -- shell --container --manifest=./guix.scm -- typst compile main.typ
|
|
|
|
dev:
|
|
guix time-machine --channels=./channels.scm -- shell --manifest=./guix.scm
|