From b4c88225242eb03e5a32b0dec5a9b8c7c67fd1d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 23 Feb 2018 04:30:14 +0300 Subject: Mark all targets in make file as .PHONY. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index d2b0bafa..c724a220 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: new server-update server-updatebuild maps build buildasan config updateconfig initdb updatedb givegm updates + new: build config initdb server-update: updateconfig updatedb -- cgit v1.2.3-70-g09d2