update .gitignore and makefile
This commit is contained in:
parent
33fd9ef6b2
commit
2fdfe24793
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,8 +7,9 @@
|
||||
*.dblite
|
||||
*.hack
|
||||
*.vm
|
||||
*.img
|
||||
*.backup
|
||||
*.history
|
||||
.*
|
||||
out.asm
|
||||
out.hack
|
||||
baseimage
|
5
Makefile
5
Makefile
@ -2,7 +2,7 @@ PYTHON = ~/.pyenv/shims/python
|
||||
|
||||
rom = 06_IO_Devices/00_HACK/ROM
|
||||
bootloader = 06_IO_Devices/05_GO/bootloader
|
||||
warez = 06_IO_Devices/01_UartTX/hello
|
||||
warez = 06_IO_Devices/01_UartTX/motd
|
||||
bitstream = 06_IO_Devices/00_HACK/hardware
|
||||
|
||||
upload = Nand2Tetris.img
|
||||
@ -17,8 +17,7 @@ read:
|
||||
write:
|
||||
flashrom.exe --progress -p buspirate_spi:dev=COM12 -w $(upload)
|
||||
|
||||
build:
|
||||
build-rom build-warez build-bitstream
|
||||
build: build-rom build-warez build-bitstream
|
||||
|
||||
build-rom:
|
||||
$(PYTHON) tools/Assembler/assembler.pyc $(bootloader).asm
|
||||
|
Loading…
x
Reference in New Issue
Block a user