Skip to content

Commit

Permalink
Bug fix compilation sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
epatrizio committed Mar 7, 2023
1 parent c3c4c7b commit eb4e071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ GREEN=\033[0;32m
NC=\033[0m # No Color

all:
ocamlc -c ast.ml;
ocamlc -c utils.ml;
ocamllex lexer.mll;
ocamlc -c ast.ml;
ocamlc -c compiler.ml;
menhir parser.mly;
ocamlc -c parser.mli;
Expand Down

0 comments on commit eb4e071

Please sign in to comment.