mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-13 05:10:50 +00:00
8 lines
224 B
Text
8 lines
224 B
Text
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
include $(GNUSTEP_MAKEFILES)/Auxiliary/gdl2.make
|
||
|
|
||
|
TOOL_NAME=eoexample
|
||
|
eoexample_OBJC_FILES=eoexample.m
|
||
|
eoexample_RESOURCE_FILES=library.eomodel
|
||
|
include $(GNUSTEP_MAKEFILES)/tool.make
|