mirror of
https://github.com/UzixLS/zx-sizif-xxs.git
synced 2025-07-19 07:11:28 +03:00
rom: minor refactors
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
ifneq ($(wildcard ../.git),)
|
||||
VERSION := $(shell git describe --abbrev=6 --long --dirty --always --tags --first-parent)
|
||||
endif
|
||||
|
||||
export PATH:=/cygdrive/c/Hwdev/sjasmplus/:/cygdrive/c/Dev/srec/:${PATH}
|
||||
|
||||
REV=D
|
||||
SJOPTS=-DSIZIFXXS -DREV_${REV}
|
||||
SJOPTS=-DSIZIFXXS -DREV_${REV} -DVERSION=\"${VERSION}\"
|
||||
|
||||
.PHONY: all clean .FORCE
|
||||
.FORCE:
|
||||
@ -19,3 +23,5 @@ clean:
|
||||
srec_cat $< -binary -o $@ -intel
|
||||
|
||||
test: main_test.bin
|
||||
|
||||
-include Makefile.local
|
||||
|
Reference in New Issue
Block a user