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