diff options
author | 4144 <andrei@karas> | 2018-02-23 01:22:35 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-23 01:22:35 -0300 |
commit | 880c378a39d72d43751a81fa9726146880a75d6e (patch) | |
tree | 21fd5af8113f05ad4d6a78bfd41c82418adb19a8 /Makefile | |
parent | 569e700bb17b985a17bd1eded208722f7fe66ae1 (diff) | |
download | serverdata-880c378a39d72d43751a81fa9726146880a75d6e.tar.gz serverdata-880c378a39d72d43751a81fa9726146880a75d6e.tar.bz2 serverdata-880c378a39d72d43751a81fa9726146880a75d6e.tar.xz serverdata-880c378a39d72d43751a81fa9726146880a75d6e.zip |
Mark all Make targets as .PHONY
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.PHONY: new asan server-update server-updatebuild maps build buildasan config updateconfig initdb updatedb givegm updates + new: build config initdb asan: buildasan config initdb |