5 lines
161 B
Makefile
5 lines
161 B
Makefile
noinst_LIBRARIES = libAircraft.a
|
|
|
|
libAircraft_a_SOURCES = aircraft.c aircraft.h
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
|