mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-28 15:15:04 +00:00
6 lines
94 B
Makefile
6 lines
94 B
Makefile
INCLUDES = -I$(top_srcdir)/elfio
|
|
|
|
check_PROGRAMS = tutorial
|
|
|
|
tutorial_SOURCES = tutorial.cpp
|