mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-01-15 05:27:59 +00:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
TOOL_NAME = RuntimeTest
|
|
|
|
RuntimeTest_OBJC_FILES=\
|
|
RuntimeTest.m
|
|
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|