Skip to content

Commit

Permalink
Add Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhujer committed Sep 10, 2021
1 parent ce1e7e7 commit 2e48327
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions expensereport-scala/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: all
all: test

.PHONY: test
test:
sbt test

.PHONY: clean
clean::
$(RM) -r project/ target/

0 comments on commit 2e48327

Please sign in to comment.