added v2.0
This commit is contained in:
12
06_IO_Devices/02_UartRX/Makefile
Normal file
12
06_IO_Devices/02_UartRX/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
NAME = echo
|
||||
|
||||
all: asm install
|
||||
|
||||
asm:
|
||||
../../tools/Assembler/assembler.pyc $(NAME).asm
|
||||
install:
|
||||
cp $(NAME).hack ../00_HACK/ROM.hack
|
||||
clean:
|
||||
rm -f *.hack *~
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user