Add symwatch task

This commit is contained in:
MineRobber9000 2018-07-01 00:52:53 -04:00
parent 8bb934ee22
commit 9da7372181
2 changed files with 4 additions and 1 deletions

View File

@ -13,3 +13,4 @@ install:
script:
- make
- make verify
- make symwatch

View File

@ -9,8 +9,10 @@ tetris.gb: $(OBJFILES)
%.o: %.asm
rgbasm -o $@ -iinc/ $^
.PHONY: verify clean
.PHONY: verify clean symwatch
verify:
@md5sum -c tetris.md5
clean:
rm tetris.gb tetris.sym $(OBJFILES)
symwatch:
tools/symwatch