aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/wchar_t/Makefile
blob: fe27980afe9bbc37f3618eacbf365058881ed625 (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../../make

CXX_SOURCES := main.cpp
CFLAGS := -g -O0

clean: OBJECTS+=$(wildcard main.d.*)

include $(LEVEL)/Makefile.rules