5 lines
165 B
Makefile
5 lines
165 B
Makefile
noinst_LIBRARIES = libAutopilot.a
|
|
|
|
libAutopilot_a_SOURCES = autopilot.c autopilot.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|