mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +00:00
5 lines
124 B
Makefile
5 lines
124 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)
|
|
bin_PROGRAMS = elfdump
|
|
elfdump_SOURCES = elfdump.cpp
|
|
EXTRA_DIST = ELFDump.vcxproj
|