mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 16:58:00 +00:00
c4dfa8d045
The documentation is written in Asciidoctor because I just want to avoid org-roam recognizing it. ;p As for the reproducible environment, it uses Nix (no surprise).
5 lines
45 B
Makefile
5 lines
45 B
Makefile
.PHONY: setup
|
|
setup:
|
|
raco pkg install sicp
|
|
|