From 2c1ee11dbf3f69c5e413ce24742c2e5da8771b47 Mon Sep 17 00:00:00 2001 From: p Date: Mon, 16 Dec 2024 00:26:02 -0500 Subject: add Makefile for managing sal.otx etc --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a470cc --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +.MAIN=build +.DEFAULT_GOAL=build + +sal.otx: + wget -O sal.otx "https://git.lo2.org/?action=blobraw&commit=7f441a88dd23a138ccd07666594b5865b46dd1c8&file=sal.otx&folder=&path=sal.otx.git" + +build: sal.otx congratulations.otx aux.otx + optex congratulations.otx + +clean: + rm sal.otx \ No newline at end of file -- cgit v1.2.3