X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.in;fp=parsing%2FMakefile.in;h=15e80060ccab09db2f9b5818c35bf15f717d76be;hb=5a6a8b2b8e515941f9a2b3cc051da646ae696251;hp=666bd6b3d7054f33fb5804a5ebf94f2284b50f3d;hpb=53a2161b3e0ff69420968c0fba82b93800a6b381;p=goals.git diff --git a/parsing/Makefile.in b/src/Makefile.in similarity index 95% rename from parsing/Makefile.in rename to src/Makefile.in index 666bd6b..15e8006 100644 --- a/parsing/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,12 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -OBJECTS = ast.cmx parser.cmx lexer.cmx main.cmx +OBJECTS = \ + ast.cmx \ + parser.cmx \ + lexer.cmx \ + parse.cmx \ + main.cmx all: goals