diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-23 04:30:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-23 04:30:14 +0300 |
commit | b4c88225242eb03e5a32b0dec5a9b8c7c67fd1d2 (patch) | |
tree | a8e358a8a7b66d910c497cec72585a39f83d083d | |
parent | ebfd05925a8229cd1dd515a3d30f112eb278c8f4 (diff) | |
download | serverdata-b4c88225242eb03e5a32b0dec5a9b8c7c67fd1d2.tar.gz serverdata-b4c88225242eb03e5a32b0dec5a9b8c7c67fd1d2.tar.bz2 serverdata-b4c88225242eb03e5a32b0dec5a9b8c7c67fd1d2.tar.xz serverdata-b4c88225242eb03e5a32b0dec5a9b8c7c67fd1d2.zip |
Mark all targets in make file as .PHONY.
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |