mirror of
https://github.com/sigmasternchen/seaboot
synced 2025-03-15 04:08:54 +00:00
9 lines
206 B
Text
9 lines
206 B
Text
![]() |
noinst_LIBRARIES = bin/libseaboot.a
|
||
|
bin_libseaboot_a_SOURCES = src/seaboot.c
|
||
|
|
||
|
|
||
|
bin_PROGRAMS = bin/example
|
||
|
bin_example_SOURCES = src/example.c
|
||
|
bin_example_LDADD = bin/libseaboot.a
|
||
|
bin_example_LDFLAGS = -lrt
|