Files
salmanoff/Makefile.am
T

8 lines
189 B
Makefile
Raw Normal View History

2025-01-04 07:33:15 -04:00
SUBDIRS = hcore
2025-01-05 07:47:38 -04:00
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
bin_PROGRAMS = harikoff
harikoff_SOURCES = main.cpp
harikoff_LDADD = hcore/libhcore.a hcore/deviceManager/libdeviceManager.a