changeset 50:3f5445091616

add .PHONY in Makefile
author David Demelier <markand@malikania.fr>
date Mon, 06 Jan 2020 12:24:43 +0100
parents bfe6b5d5b588
children 884ef6321dcc
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jan 06 12:22:10 2020 +0100
+++ b/Makefile	Mon Jan 06 12:24:43 2020 +0100
@@ -35,3 +35,5 @@
 
 clean:
 	rm -f hello ${OBJS}
+
+.PHONY: clean