11 lines
188 B
Makefile
11 lines
188 B
Makefile
|
thisdir = tools/al
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LOCAL_MCS_FLAGS = -r:Mono.Security.dll
|
||
|
PROGRAM = al.exe
|
||
|
|
||
|
CLEAN_FILES = al.exe al.exe.mdb
|
||
|
|
||
|
include ../../build/executable.make
|