Skip to content

Commit

Permalink
Polishing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ckirsch committed Jun 9, 2020
1 parent 8df76e7 commit c28db71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,12 @@ boolector: smt
btormc: btor2
$(foreach file, $(btor2s), btormc $(file);)


# Test validator for all C* files in sysmbolic
# Run validator on *.c files in symbolic
validator: selfie tools/modeler.selfie
$(foreach file, $(wildcard symbolic/*.c), ./tools/validator.py $(file);)

# Run everything
everything: all assemble spike qemu boolector btormc validator grader grade
everything: all assemble spike qemu boolector btormc validator grader grade

# Clean up
clean:
Expand All @@ -177,4 +176,4 @@ clean:
rm -f examples/*.s
rm -f symbolic/*.smt
rm -f symbolic/*.btor2
rm -f tools/*.selfie
rm -f tools/*.selfie

0 comments on commit c28db71

Please sign in to comment.