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/os_dependent

MODULE_OBJS := \
	src/os_dependent/FSNodePOSIX.o \
	src/os_dependent/OSystemUNIX.o \
	src/os_dependent/SettingsUNIX.o \
	
MODULE_DIRS += \
	src/os_dependent

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