ale-sys 0.1.2

Rust bindings to the Arcade Learning Environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
MODULE := src/environment 

MODULE_OBJS := \
	src/environment/ale_state.o \
	src/environment/stella_environment.o \
	src/environment/phosphor_blend.o \
	
MODULE_DIRS += \
	src/environment

# Include common rules 
include $(srcdir)/common.rules