summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-04-09 12:08:57 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-04-09 12:09:15 +0200
commit36ee18b6ade036285cfe665a0dda3d53f06b2a32 (patch)
treeb9b17afce1f309f65c5bab1a171ce3009362398c /Makefile
parentcfe7e42822a217371c412342f9aa8f0669ad8997 (diff)
downloadmupdf-36ee18b6ade036285cfe665a0dda3d53f06b2a32.tar.xz
Add convenience make targets: make release and make debug.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7efd082e..5df8d49d 100644
--- a/Makefile
+++ b/Makefile
@@ -371,4 +371,9 @@ clean:
nuke:
rm -rf build/* $(GEN) $(NAME_GEN)
+release:
+ $(MAKE) build=release
+debug:
+ $(MAKE) build=debug
+
.PHONY: all clean nuke install third libs apps generate