Skip to content
Snippets Groups Projects
Commit c7ddec41 authored by Thomas Wood's avatar Thomas Wood
Browse files

Remove old Makefile

parent e7721421
No related branches found
No related tags found
No related merge requests found
all:
# Copy across a new version of the interpreter
# WARNING: Loses ALL local changes.
fresh_interp:
$(MAKE) -C .. extract_interpreter
cp ../interp/src/*.ml{,i} ../interp/src/extract/*.ml{,i} src
./convert-ml-strings.pl -i.bak src/*
./ml-add-cstr-annots.pl src/*.ml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment