mirror of
https://github.com/serge1/ELFIO.git
synced 2025-03-23 13:20:50 +00:00
6 lines
94 B
Makefile
6 lines
94 B
Makefile
|
INCLUDES = -I$(top_srcdir)/elfio
|
||
|
|
||
|
check_PROGRAMS = tutorial
|
||
|
|
||
|
tutorial_SOURCES = tutorial.cpp
|