9 lines
159 B
Makefile
9 lines
159 B
Makefile
thisdir = tools/ictool
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
PROGRAM = ictool.exe
|
|
EXTRA_DISTFILES = ictool-config.xml
|
|
|
|
include ../../build/executable.make
|