summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-11-29 15:54:36 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-11-29 15:54:36 +0000
commit1832c7a8e820a07e1e448463af4123e319a83197 (patch)
tree7b457b288d30d54d6e3eee28e1dba5684f8c1a64 /src/Makefile
parentc78d48e6bf79a01bfe1d43ebafbfedd1a64129cd (diff)
downloadesotericFORTRAN-1832c7a8e820a07e1e448463af4123e319a83197.tar.gz
esotericFORTRAN-1832c7a8e820a07e1e448463af4123e319a83197.zip
added compilation to .jar
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3c2bfda..d0618a9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,9 @@
all:
javac Compiler/*.java
+ jar cvfm esotericFORTRAN.jar Compiler/META-INF/MANIFEST.MF Compiler/*.class Compiler/*.txt
clean:
+ rm -vf *.jar
rm -vf Compiler/*.class
rm -vf *.c
- rm -vfr build/ \ No newline at end of file
+ rm -vfr build/