R_SCRIPT=C:/Users/lcthw/AppData/Local/Programs/R/R-4.6.0/bin/Rscript.exe

all:
	go build .

test:
	./magic_stats

r_test: test
	$(R_SCRIPT) ../../cpp/tests/confirm.r
