Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Sep 16, 2017
1 parent 7cd326b commit 4e4ac44
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.PHONY: all build clean test

build:
jbuilder build --dev @install

all: build

test:
jbuilder runtest --dev

install:
jbuilder install --dev

uninstall:
jbuilder uninstall

clean:
rm -rf _build *.install

0 comments on commit 4e4ac44

Please sign in to comment.