5 lines
104 B
Makefile
5 lines
104 B
Makefile
DYLIB_NAME := unlikely_name
|
|
DYLIB_CXX_SOURCES := foo.cpp
|
|
CXX_SOURCES := main.cpp
|
|
include Makefile.rules
|