summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile
blob: 374e58b89a81c90fc685dfcdb29299e6c22f2d11 (plain) (blame)
1
2
3
4
5
6
C_SOURCES := with-debug.c without-debug.c

include Makefile.rules

without-debug.o: without-debug.c
	$(CC) $(CFLAGS_NO_DEBUG) -c $<