Skip to content

Commit 77423eb

Browse files
authored
Fix: location of LICENSE is now just that (#18)
And no longer license.txt.
1 parent f3f62e2 commit 77423eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ all: bundle_tar
6565
.PHONY: all clean distclean
6666
.PHONY: bananas doc gfx grf lng nml obg
6767
.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
6969

7070
# We want to disable the default rules. It's not c/c++ anyway
7171
.SUFFIXES:
@@ -125,7 +125,7 @@ GRFID ?= grfid
125125
GRFID_FLAGS ?= -m
126126
MUSA ?= musa.py
127127
# The license is set via bananas.ini, do not supply a "custom" license.
128-
MUSA_FLAGS ?= -x license.txt
128+
MUSA_FLAGS ?= -x LICENSE
129129

130130
# Bundle
131131
TAR ?= tar

Makefile.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PROJECT_FILENAME ?= opengfx
1313
OBG_FILENAME ?= $(PROJECT_FILENAME).obg
1414

1515
# Documentation files
16-
LICENSE_FILE ?= license.txt
16+
LICENSE_FILE ?= LICENSE
1717
CHANGELOG_FILE ?= changelog.txt
1818
README_FILE ?= README.md
1919

0 commit comments

Comments
 (0)