diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-29 15:54:36 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-29 15:54:36 +0000 |
commit | 1832c7a8e820a07e1e448463af4123e319a83197 (patch) | |
tree | 7b457b288d30d54d6e3eee28e1dba5684f8c1a64 /src/Compiler/META-INF | |
parent | c78d48e6bf79a01bfe1d43ebafbfedd1a64129cd (diff) | |
download | esotericFORTRAN-1832c7a8e820a07e1e448463af4123e319a83197.tar.gz esotericFORTRAN-1832c7a8e820a07e1e448463af4123e319a83197.zip |
added compilation to .jar
Diffstat (limited to 'src/Compiler/META-INF')
-rw-r--r-- | src/Compiler/META-INF/MANIFEST.MF | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Compiler/META-INF/MANIFEST.MF b/src/Compiler/META-INF/MANIFEST.MF new file mode 100644 index 0000000..1e47e58 --- /dev/null +++ b/src/Compiler/META-INF/MANIFEST.MF @@ -0,0 +1,4 @@ +Manifest-Version: 1.1 +Created-By: Alfie Eagleton, Eden Attenborough, Aiden Rushbrooke, Chris Sutcliffe +Package-Name: Compiler +Main-Class: Compiler.Language |