11 lines
194 B
Makefile
11 lines
194 B
Makefile
|
thisdir = tools/cil-stringreplacer
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
PROGRAM = cil-stringreplacer.exe
|
||
|
NO_INSTALL = yes
|
||
|
|
||
|
LIB_REFS = System Mono.Cecil
|
||
|
|
||
|
include ../../build/executable.make
|