aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/windows/launch/missing-dll/Makefile
blob: 43e02d1d8f22bfda167fcb5dd509a08d6409bb85 (plain)
1
2
3
4
5
C_SOURCES := main.c
DYLIB_C_SOURCES := dummy_dll.c
DYLIB_NAME := dummy_dll

include Makefile.rules