mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-01-27 20:02:05 +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
|