Skip to content

Commit 9b4400f

Browse files
committed
[lldb] Update makefile
1 parent ff2eb02 commit 9b4400f

File tree

1 file changed

+0
-8
lines changed
  • lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map

1 file changed

+0
-8
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,4 @@ CXX_SOURCES := main.cpp
22

33
USE_LIBSTDCPP := 1
44

5-
all: debug_a.out
6-
75
include Makefile.rules
8-
9-
debug_main.o: main.cpp
10-
$(CXX) $(PCHFLAGS) $(CXXFLAGS) -D_GLIBCXX_DEBUG -MT $@ -MD -MP -MF $*.d -c -o $@ $<
11-
12-
debug_a.out: debug_main.o
13-
$(LD) debug_main.o $(LDFLAGS) -o debug_a.out

0 commit comments

Comments
 (0)