aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2020-07-20 10:53:41 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2020-07-20 10:53:41 +0100
commit4ba19d30b56035e41115dba2ac8385396732c6bb (patch)
tree6bc0c151fe794829ec2ac17833f739e977e447b2
parent7fbf3a9f80d1cb9e42f5bc75474c3796e01630bd (diff)
downloadfullSWOF-utils-4ba19d30b56035e41115dba2ac8385396732c6bb.tar.gz
fullswof-utils: Add all to list of phony targets.
* Makefile: Make 'all' phony.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73b952b..aa024d0 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,4 @@ clean:
@echo "Cleaning up..."
@rm -rf manual
-.PHONY: clean
+.PHONY: all clean