Skip to content

Commit cb73483

Browse files
committed
update makefile, add License file to build
1 parent 84c0657 commit cb73483

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ build_aos_m68k:
4242
cp data/icons/CPU-A.drawer.info $(OUT_PATH)/CPU-A.info
4343
cp data/icons/CPU-A.info $(OUT_APP_PATH)
4444
cp data/icons/CPU-A.readme.info $(OUT_APP_PATH)
45+
cp LICENSE $(OUT_APP_PATH)
46+
cp data/icons/LICENSE.info $(OUT_APP_PATH)
4547

4648
clean.obj:
4749
@for dir in $(SUB_PROJECTS); do \

data/icons/LICENSE.info

840 Bytes
Binary file not shown.

docs/CPU-A.readme

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ AUTHORS
3131

3232
COPYING / LICENSE
3333

34-
CPU-A is free and open-source software.
34+
CPU-A is licensed under the MIT License. See the LICENSE file for details.

0 commit comments

Comments
 (0)