11 lines
198 B
Makefile
11 lines
198 B
Makefile
thisdir = tools/culevel
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIB_REFS = System System.Xml
|
|
PROGRAM = culevel.exe
|
|
|
|
CLEAN_FILES = culevel.exe culevel.exe.mdb
|
|
|
|
include ../../build/executable.make
|