[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git] / lldb / test / API / functionalities / step-avoids-no-debug / Makefile
blob374e58b89a81c90fc685dfcdb29299e6c22f2d11
1 C_SOURCES := with-debug.c without-debug.c
3 include Makefile.rules
5 without-debug.o: without-debug.c
6 $(CC) $(CFLAGS_NO_DEBUG) -c $<