File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ all: bundle_tar
65
65
.PHONY : all clean distclean
66
66
.PHONY : bananas doc gfx grf lng nml obg
67
67
.PHONY : bundle bundle_tar bundle_bzip bundle_gzip bundle_xz bundle_zip
68
- .PHONY : bundle_src check bundle_bsrc bundle_gsrc bundle_xsrc bundle_zsrc
68
+ .PHONY : bundle_src check bundle_bsrc bundle_gsrc bundle_xsrc bundle_zsrc
69
69
70
70
# We want to disable the default rules. It's not c/c++ anyway
71
71
.SUFFIXES :
@@ -125,7 +125,7 @@ GRFID ?= grfid
125
125
GRFID_FLAGS ?= -m
126
126
MUSA ?= musa.py
127
127
# The license is set via bananas.ini, do not supply a "custom" license.
128
- MUSA_FLAGS ?= -x license.txt
128
+ MUSA_FLAGS ?= -x LICENSE
129
129
130
130
# Bundle
131
131
TAR ?= tar
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ PROJECT_FILENAME ?= opengfx
13
13
OBG_FILENAME ?= $(PROJECT_FILENAME).obg
14
14
15
15
# Documentation files
16
- LICENSE_FILE ?= license.txt
16
+ LICENSE_FILE ?= LICENSE
17
17
CHANGELOG_FILE ?= changelog.txt
18
18
README_FILE ?= README.md
19
19
You can’t perform that action at this time.
0 commit comments