summaryrefslogtreecommitdiffstats
path: root/code/simpleSableCCCalulator/Makefile
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-10-24 14:07:29 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2021-10-24 14:07:29 +0100
commit8f50e4d189bad9dbd180fd945881950769c3a989 (patch)
tree1aae93b37a9369be67bdb1e02e1c6cb69d02e702 /code/simpleSableCCCalulator/Makefile
parente09b0bb865bbb0087c46b4acd90b759f14dfa824 (diff)
downloadesotericFORTRAN-8f50e4d189bad9dbd180fd945881950769c3a989.tar.gz
esotericFORTRAN-8f50e4d189bad9dbd180fd945881950769c3a989.zip
added the start of a type system
Diffstat (limited to 'code/simpleSableCCCalulator/Makefile')
-rw-r--r--code/simpleSableCCCalulator/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/code/simpleSableCCCalulator/Makefile b/code/simpleSableCCCalulator/Makefile
new file mode 100644
index 0000000..7c6962b
--- /dev/null
+++ b/code/simpleSableCCCalulator/Makefile
@@ -0,0 +1,8 @@
+all:
+ javac sableCCCalculator/*.java
+ javac sableCCCalculator/types/*.java
+
+
+clean:
+ rm -vf sableCCCalculator/*.class
+ rm -vf sableCCCalculator/types/*class