mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
10 lines
206 B
Makefile
10 lines
206 B
Makefile
include ../../config.make
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
TOOL_NAME = teststrings
|
|
teststrings_OBJC_FILES += \
|
|
teststrings.m
|
|
|
|
-include GNUmakefile.preamble
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|