aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-23 17:59:06 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-23 17:59:06 +1300
commit91ac2f576af2f6dbe8fbbb01fbb7979968affe1a (patch)
tree029dfd8242951f238d9ea559d264bcc12eebcd26 /Makefile
parentUse consistent m4 prefix (diff)
downloaddotfiles-91ac2f576af2f6dbe8fbbb01fbb7979968affe1a.tar.gz
dotfiles-91ac2f576af2f6dbe8fbbb01fbb7979968affe1a.zip
Add .POSIX shibboleth to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 409f265c..1a4c8622 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+.POSIX:
.PHONY: all \
clean \
distclean \