6307d2869e
Hopefully by the end of tonight we should be done with the dev spec parser.
8 lines
189 B
Makefile
8 lines
189 B
Makefile
SUBDIRS = hcore
|
|
|
|
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
|
|
|
|
bin_PROGRAMS = harikoff
|
|
harikoff_SOURCES = main.cpp
|
|
harikoff_LDADD = hcore/libhcore.a hcore/deviceManager/libdeviceManager.a
|