ale-sys 0.1.2

Rust bindings to the Arcade Learning Environment
Documentation
1
2
3
4
5
6
7
8
9
10
FILE=java-agent

all: $(FILE).pdf

%.pdf: $(FILE).tex
	pdflatex $(FILE).tex
	pdflatex $(FILE).tex

clean:
	rm -f *.{aux,log}