Skip to content
Snippets Groups Projects
Commit 01a1d6e1 authored by POLLIEN Thomas's avatar POLLIEN Thomas
Browse files

Modification to integrate the new generator

parent af6d9f88
Branches internship
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ $(VFPG): $(COQ_MAKEFILE) all
@echo "${bold}Verified Flight Plan Generator...${normal}"
cd ../../.. ; \
ocamlbuild $(FLAGS) $(VFPG).$(TARGET)
mv ../../../$(VFPG).$(TARGET) .
cp ../../../$(VFPG).$(TARGET) .
@echo "${bold}OK.${normal}"
CommonFP: $(COQ_MAKEFILE) all $(GEN)/CommonFP.v
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment