5 lines
124 B
Makefile
5 lines
124 B
Makefile
|
|
bin_PROGRAMS = harikoff
|
||
|
|
|
||
|
|
harikoff_SOURCES = main.cpp
|
||
|
|
harikoff_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/core/include
|