From 3344c607e7c639f894d5acce39c5eb4413e35047 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 10 Jan 2020 15:58:09 -0500 Subject: Finished the Sux Base ISA. --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b1cac3b --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +OBJ = sux-spec.pdf +COVER = sux-cover.ms +SRC = sux-spec.ms + +all: clean sux.pdf + +sux.pdf: sux-spec.ms + soelim $(SRC) | dformat.awk | pdfroff --stylesheet=$(COVER) -tp -mspdf - --pdf-output=$(OBJ) + +clean: + rm -f $(OBJ) -- cgit v1.2.3-13-gbd6f