mirror of
https://github.com/darlinghq/darling-rik-theme.git
synced 2024-11-23 12:09:45 +00:00
15 lines
262 B
Makefile
15 lines
262 B
Makefile
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
APP_NAME = TestDrawing
|
|
|
|
TestDrawing_OBJC_FILES = MyController.m \
|
|
main.m
|
|
|
|
TestDrawing_MAIN_MODEL_FILE = TestDrawing.gorm
|
|
|
|
TestDrawing_RESOURCE_FILES = TestDrawing.gorm
|
|
|
|
include $(GNUSTEP_MAKEFILES)/application.make
|
|
|
|
|