mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
|
|
MAKE_DSYM := NO
|
|
ARCHIVE_NAME := libfoo.a
|
|
ARCHIVE_C_SOURCES := a.c b.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|