diff options
-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 |