Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree missing files? #2

Closed
avsm opened this issue Nov 15, 2010 · 1 comment
Closed

tree missing files? #2

avsm opened this issue Nov 15, 2010 · 1 comment

Comments

@avsm
Copy link
Contributor

avsm commented Nov 15, 2010

The files below seem to be missing and give me dependency failures when building... do I need to do something or are source files missing from the tree?

diff --git a/Makefile b/Makefile
index 639b5e1..489e089 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ OBJECTS_ML = \
        neast.ml\
        nastExtractFuns.ml\
        nastExpand.ml\
-       neastCheck.ml\
+       nastCheck.ml\
        tast.ml\
        typing.ml\
        stast.ml\
@@ -60,13 +60,9 @@ OBJECTS_ML = \
        estOfIst.ml\
        estOptim.ml\
        estCompile.ml\
-       estNormalizePatterns.ml\
-       estOptimizePatterns.ml\
        llst.ml\
-       llstPp.ml\
        llstOfEst.ml\
        llstFree.ml\
-       llstOptim.ml\
        emit2.ml\
        main.ml
 #      istAdhoc.ml
@pikatchu
Copy link
Owner

Yep, in fact I forgot a bunch of them ... Should be fixed now!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants