mirror of
https://github.com/sigmasternchen/seaboot
synced 2025-03-15 12:18:54 +00:00
8 lines
206 B
Makefile
8 lines
206 B
Makefile
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
|