changeset 51:151b0be0d2ac

make: add all to PHONY
author David Demelier <markand@malikania.fr>
date Sat, 18 Jan 2020 08:40:51 +0100
parents 402aa7dcffe1
children f581a78c8e78
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jan 17 12:59:11 2020 +0100
+++ b/Makefile	Sat Jan 18 08:40:51 2020 +0100
@@ -111,4 +111,4 @@
 	rm -f ${TESTS_OBJS} ${TESTS_DEPS}
 	rm -f ${TOOLS_OBJS} ${TOOLS_DEPS}
 
-.PHONY: clean doxygen tests tools
+.PHONY: all clean doxygen tests tools