mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
14 lines
276 B
Makefile
14 lines
276 B
Makefile
|
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
|
||
|
|
||
|
# The application to be compiled
|
||
|
TOOL_NAME = gdomap
|
||
|
|
||
|
# The source files to be compiled
|
||
|
gdomap_C_FILES = gdomap.c
|
||
|
|
||
|
-include Makefile.preamble
|
||
|
|
||
|
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/tool.make
|
||
|
|
||
|
-include Makefile.postamble
|