diff options
author | p <grr@lo2.org> | 2024-12-16 00:26:02 -0500 |
---|---|---|
committer | p <grr@lo2.org> | 2024-12-16 00:26:02 -0500 |
commit | 2c1ee11dbf3f69c5e413ce24742c2e5da8771b47 (patch) | |
tree | 67c74c0213edf863b85c27506a5b6c26eb6c39e4 | |
parent | aab8447c9cd0761f4968e3878ae019d4e2d4f9f8 (diff) | |
download | congratulations-2c1ee11dbf3f69c5e413ce24742c2e5da8771b47.tar.gz |
add Makefile for managing sal.otx etc
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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 |