7 lines
177 B
Makefile
7 lines
177 B
Makefile
SUBDIRS = LaRCsim Slew
|
|
|
|
noinst_LIBRARIES = libFlight.a
|
|
|
|
libFlight_a_SOURCES = flight.c flight.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|