7c057de4fe
initial simplistic vacuum system that's not yet connected to anything.
7 lines
152 B
Makefile
7 lines
152 B
Makefile
SUBDIRS = Vacuum
|
|
|
|
noinst_LIBRARIES = libSystems.a
|
|
|
|
libSystems_a_SOURCES = system_mgr.cxx system_mgr.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|