Skip to content

Commit

Permalink
make release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Dec 10, 2017
1 parent 48c8cb1 commit 2c39d43
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# This Makefile uses castle-engine build tool for most operations.
# See https://github.com/castle-engine/castle-engine/wiki/Build-Tool .

MODE=debug
.PHONY: debug
debug:
castle-engine compile --mode=debug

.PHONY: standalone
standalone:
castle-engine compile --mode=$(MODE)
.PHONY: release
release:
castle-engine compile --mode=release

.PHONY: clean
clean:
Expand Down

0 comments on commit 2c39d43

Please sign in to comment.