xref: /llvm-project/lldb/test/API/linux/aarch64/non_address_bit_code_break/Makefile (revision e6ec76c647aaa335de48b8534d3a044346d9656f)
1C_SOURCES := main.c
2
3CFLAGS_EXTRAS := -march=armv8.3-a
4
5include Makefile.rules
6