llvm/lldb/test/API/functionalities/json/symbol-file/Makefile

C_SOURCES := main.c

all: stripped.out

stripped.out : a.out
	strip a.out -o stripped.out

include Makefile.rules