Skip to content

Commit

Permalink
stack commands
Browse files Browse the repository at this point in the history
  • Loading branch information
epatrizio committed Jul 19, 2022
1 parent b81188c commit 2bb30c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
clean:
stack clean --full

build:
stack build

run:
stack run

tests:
stack test

0 comments on commit 2bb30c7

Please sign in to comment.