mirror of
https://github.com/serge1/ELFIO.git
synced 2025-02-20 09:40:37 +00:00
5 lines
139 B
Makefile
5 lines
139 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)
|
|
bin_PROGRAMS = elfdump
|
|
elfdump_SOURCES = elfdump.cpp
|
|
EXTRA_DIST = ELFDump.vcxproj CMakeLists.txt
|