From 6e88d76fec3084c59819373c95f81f3b49c42030 Mon Sep 17 00:00:00 2001 From: "e.gavrin" Date: Tue, 1 Jul 2014 19:05:37 +0400 Subject: [PATCH] improve Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index eaf3add5f..01955023e 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,8 @@ CFLAGS += -Wstrict-prototypes -Wmissing-prototypes DEBUG_OPTIONS = -fsanitize=address -g3 -O0 -DDEBUG RELEASE_OPTIONS = -Os -Werror +.PHONY: all debug release clean install test + all: debug debug: