aboutsummaryrefslogtreecommitdiffstats
path: root/AoC2022/03/makefile
blob: f7816864d2b52b135c0a9bda3149ffe944c51c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
##
# run solutions
#
# @file
# @version 0.1



# end

run:
	emacs -batch -l ert -l solver.el -f ert-run-tests-batch-and-exit
	# sbcl --load ~/.sbclrc --script solver.lisp
	rustc solver.rs && ./solver