mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-05-01 22:29:34 +00:00
6 lines
93 B
Makefile
6 lines
93 B
Makefile
|
INCLUDES = -I$(top_srcdir)
|
||
|
|
||
|
bin_PROGRAMS = write_obj
|
||
|
|
||
|
write_obj_SOURCES = write_obj.cpp
|