forked from EmperorJake/SHARK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.config
29 lines (19 loc) · 870 Bytes
/
Makefile.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file defines the principal settings for this project
REPO_NAME := SHARK
BASE_FILENAME := shark
GRF_TITLE := SHARK
# Documentation files:
DOC_FILES = docs/license.txt docs/changelog.txt docs/readme.txt
# If you want to use gimp to automatically create the png files from
# layered source files (psd or xcf), uncomment the following line and
# create the file and add one line per png file which shall be created:
# png filename <tab> source filename <tab> layer numbers separated by space
# (see also scripts/gimpscript)
# GRAPHICS_SOURCE_LIST_FILES := gfx/png_source_list
# If everything is default, you don't need the rest:
# EXTRA_DEP :=
SCRIPT_DIR := scripts
# Files which also need cleaning:
CLEAN_ADD := docs/readme.txt docs/set_overview.html
# nml options
NML_FLAGS ?= -c -l generated/lang