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

Update Makefile

parent c574c3f1
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,10 @@ CommonFP: $(COQ_MAKEFILE) all $(GEN)/CommonFP.v
./common_fp_clight.$(TARGET)
@echo "${bold}OK.${normal}"
build: $(VFPG)
build: install $(VFPG)
install:
./configure
tests: $(VFPG)
./tests/regression-tests.sh $(VFPG).$(TARGET) tests/regression-tests
......
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