d444f0caa4
Former-commit-id: a99f46acaeba3ab496c7afc02c29b839e30a0d0b
11 lines
249 B
Makefile
11 lines
249 B
Makefile
thisdir = tools/al
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LOCAL_MCS_FLAGS = -r:Mono.Security.dll -r:System.Security.dll -r:Mono.CompilerServices.SymbolWriter
|
|
PROGRAM = al.exe
|
|
|
|
CLEAN_FILES = al.exe al.exe.mdb
|
|
|
|
include ../../build/executable.make
|