summaryrefslogtreecommitdiffstats
path: root/code/simpleSableCCCalulator/Makefile
diff options
context:
space:
mode:
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