5 lines
114 B
Makefile
5 lines
114 B
Makefile
|
bin_PROGRAMS = runtest
|
||
|
runtest_SOURCES = runtest.cpp
|
||
|
runtest_LDADD = ../libsgp4/libsgp4.a
|
||
|
INCLUDES = -I../libsgp4
|