diff --git a/Makefile b/Makefile index 215c9fa..f8b64a5 100644 --- a/Makefile +++ b/Makefile @@ -7,18 +7,22 @@ INC_MODS := $(call rwildcard, src, */0module.mk) INC_LIBS := $(call rwildcard, src, */0module.lib.mk) PATH_BIN := bin PATH_SRC := src -BUILD_HELP := "Use one of the following build targets;\\n\\t* clean" +BUILD_ALL := "Use 'make help' for possible targets." +BUILD_HELP := "Use one of the following build targets;" MB_OPENMSX_EXTS += -ext video9000 MB_OPENMSX_JOYPORTA := mouse +.SUFFIXES: .PHONY: all all: - @echo $(BUILD_HELP) + @echo $(BUILD_ALL) +BUILD_HELP += \\n\\t* help .PHONY: help help: @echo $(BUILD_HELP) +BUILD_HELP += \\n\\t* clean .PHONY: clean clean: $(call mb_clean,$(PATH_BIN)) diff --git a/Makelocal.mk.tpl b/Makelocal.mk.tpl index 9c7ecb2..2917e3d 100644 --- a/Makelocal.mk.tpl +++ b/Makelocal.mk.tpl @@ -7,4 +7,4 @@ #PATH_HEX2BIN ?= /usr/bin #PATH_OPENMSX ?= /opt/openMSX/bin/ #PATH_MSXBUILD ?= /opt/msxbuild -#PATH_OMSXCTL ?= ~/opt/omsxctl-1.0 + diff --git a/README.md b/README.md index 8bc902e..3c33e7b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -### TARA +### Tara under the dome Very raw port of orginal '99 code to sdcc format. +The code is not fit for todays standards ;) + ## Running -make clean dist-run +make dist-run note: requires working openmsx with 8250+ide roms. diff --git a/src/dist/TARA6.bmp b/src/dist/TARA6.bmp deleted file mode 100644 index a2f315e..0000000 Binary files a/src/dist/TARA6.bmp and /dev/null differ diff --git a/src/dist/readme.txt b/src/dist/readme.txt index 70c95bc..0a5e2fd 100644 --- a/src/dist/readme.txt +++ b/src/dist/readme.txt @@ -1,4 +1,4 @@ -== Tara: ... +== Tara under the dome MSX RTS gfx9000 game