mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:50:37 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2577 72102866-910b-0410-8b05-ffd578937521
13 lines
285 B
Makefile
13 lines
285 B
Makefile
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
|
|
|
|
# The application to be compiled
|
|
TOOL_NAME = testpb
|
|
|
|
# The source files to be compiled
|
|
testpb_OBJC_FILES = testpb.m
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/tool.make
|
|
|
|
-include GNUmakefile.postamble
|