Skip to content

Commit 00cfe8a

Browse files
author
Kevin Burke
committed
Merge branch 'makefile'
2 parents e998e17 + 541ac6f commit 00cfe8a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# In this case the Makefile is fairly simple. Still providing it to provide
2+
# consistency with other helper libraries
3+
.PHONY: test install clean
4+
5+
install:
6+
mvn install
7+
8+
test:
9+
mvn test
10+
11+
clean:
12+
rm -rf target

0 commit comments

Comments
 (0)