mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 13:35:42 -04:00

to allow you to step through a complex calling sequence into a particular function that may span multiple lines. Also some test cases for this and the --step-target feature. llvm-svn: 261953
6 lines
76 B
Makefile
6 lines
76 B
Makefile
LEVEL = ../../../make
|
|
|
|
C_SOURCES := main.c
|
|
|
|
include $(LEVEL)/Makefile.rules
|