xref: /llvm-project/lldb/test/API/lang/c/global_variables/Makefile (revision c5790206f719c8fac168ae488420f31800d55cf0)
1C_SOURCES := main.c
2
3DYLIB_NAME := a
4DYLIB_C_SOURCES := a.c
5ifndef PIE
6	LD_EXTRAS := -no-pie
7endif
8
9include Makefile.rules
10