5 lines
139 B
Makefile
5 lines
139 B
Makefile
noinst_LIBRARIES = libControls.a
|
|
|
|
libControls_a_SOURCES = controls.c controls.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
|