diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-23 04:33:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-23 04:33:10 +0300 |
commit | 7af1a3f27b25906a8eca5b734c6c596f18836614 (patch) | |
tree | d4836dff358aea45bbe1129436410d438c7e3a1a /Makefile | |
parent | cc7f67ad343fc836c39673981e4df6e7e68f8ace (diff) | |
download | clientdata-7af1a3f27b25906a8eca5b734c6c596f18836614.tar.gz clientdata-7af1a3f27b25906a8eca5b734c6c596f18836614.tar.bz2 clientdata-7af1a3f27b25906a8eca5b734c6c596f18836614.tar.xz clientdata-7af1a3f27b25906a8eca5b734c6c596f18836614.zip |
Mark all make targets as .PHONY.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ SHELL=/bin/bash .SECONDARY: .DELETE_ON_ERROR: +.PHONY: all about-server wiki check check-png check-xml testxml updates music license icc XSLTPROC = xsltproc |