mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 19:20:51 +00:00
9 lines
227 B
Text
9 lines
227 B
Text
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
BUNDLE_NAME=InvokeProxy
|
||
|
InvokeProxy_OBJC_FILES=InvokeProxy.m
|
||
|
InvokeProxy_NEEDS_GUI = NO
|
||
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||
|
include $(GNUSTEP_MAKEFILES)/test-tool.make
|
||
|
|
||
|
check:: all
|