Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela authored May 16, 2023
1 parent 0f4fae3 commit 9bd0134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: compile

compile:
ghc BlackboxTestGenerator.hs && ghc WhiteboxTestGenerator.hs && ghc CodeGenerator.hs

0 comments on commit 9bd0134

Please sign in to comment.