mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 23:06:04 +00:00
10 lines
144 B
Makefile
10 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
|