From 60e1775b874015a3451e4bde10a8eb30701b1165 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Tue, 6 Jul 2021 09:44:36 -0700 Subject: Initial commit. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..31000b8 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +run: out/image.hex + $(MAKE) -C sim +.PHONY: run + +out/image.hex: fib.s $(wildcard *.rb) + ./uasm.rb + ./asm.rb $< | expand -t 24 > $@ -- cgit v1.2.3