mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 11:27:03 +00:00
8 lines
121 B
Makefile
8 lines
121 B
Makefile
|
INCLUDES = -I$(top_srcdir)/elfio
|
||
|
|
||
|
check_PROGRAMS = ELFDump
|
||
|
|
||
|
ELFDump_SOURCES = ELFDump.cpp
|
||
|
|
||
|
EXTRA_DIST = ELFDump.vcxproj
|