fixed bugs
[cdsspec-compiler.git] / src / edu / uci / eecs / specCompiler / codeGenerator / Environment.java
index f4e75cc49348c4752c342425bb46b7b39b53cbb0..6d1c41e8d17558e932c57a057fb1557c43695c0f 100644 (file)
@@ -2,4 +2,5 @@ package edu.uci.eecs.specCompiler.codeGenerator;
 
 public class Environment {
        public static String HOME_DIRECTORY = System.getProperty("user.dir");
+       public static String GENERATED_FILE_DIR = HOME_DIRECTORY + "/" + "output";
 }