summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index 79b81d1..2fa77ac 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -38,7 +38,8 @@ $(eval $(foreach INC, $(MAKE_INCLUDES), $(call do_include,$(INC))))
# Calculate objects to build
OBJECTS := $(subst /,_,$(subst .c,.o,$(SOURCES)))
-.PHONY: release debug test clean distclean setup export install uninstall
+.PHONY: release debug test coverage profile \
+ clean distclean setup export install uninstall
# Rules
release: setup $(addprefix $(RELEASEDIR)/,$(OBJECTS))