mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-30 22:57:59 +00:00
5 lines
45 B
Makefile
5 lines
45 B
Makefile
|
.PHONY: setup
|
||
|
setup:
|
||
|
raco pkg install sicp
|
||
|
|