aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/step-avoids-no-debug/Makefile
blob: 45b69a5bb6ebfe02326cc25fecc29e843da47ddf (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../make

C_SOURCES := with-debug.c without-debug.c

include $(LEVEL)/Makefile.rules

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