Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
Rev 930 | Rev 2237 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | # Tools used: |
4 | # Tools used: |
5 | # GNU core utilities, tools/aspp, tools/sjasmplus. |
5 | # GNU core utilities, tools/aspp, tools/sjasmplus. |
6 | 6 | ||
7 | include ../_sdk/common.mk |
7 | include ../_sdk/common.mk |
8 | 8 | ||
9 | NAME = reset.com |
9 | NAME = shay.com |
10 | OBJECTS = |
10 | OBJECTS = |
11 | SOURCES = reset.asm |
11 | SOURCES = shay.asm |
12 | RESOURCES = |
12 | RESOURCES = |
13 | DOCS = |
13 | DOCS = |
14 | INSTALLDIR ?= ../../release |
14 | INSTALLDIR ?= ../../release |
15 | BIN_INSTALLDIR = ${INSTALLDIR}/bin |
15 | BIN_INSTALLDIR = ${INSTALLDIR}/bin |
16 | RES_INSTALLDIR = ${INSTALLDIR}/bin |
16 | RES_INSTALLDIR = ${INSTALLDIR}/bin |