8 lines
140 B
Makefile
8 lines
140 B
Makefile
|
thisdir = tools/linker-analyzer
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
PROGRAM = linkeranalyzer.exe
|
||
|
|
||
|
include ../../build/executable.make
|