diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-09-25 16:28:07 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-09-25 16:28:07 +0200 |
commit | b42faf87f2961526222a05530eaef9d31e9d33f2 (patch) | |
tree | 7d2d2dda4cc33a8026dcc4d0d71f16b4daef93f9 | |
parent | a34577dd8662d2cb3f617e187f9f60288d71ccbd (diff) | |
download | ratpoison-b42faf87f2961526222a05530eaef9d31e9d33f2.zip |
Kill not-so-useful targets
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index b64d4e4..41b74dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,11 +29,3 @@ SUBDIRS = src doc contrib doc_DATA = AUTHORS COPYING NEWS README EXTRA_DIST = $(doc_DATA) - -dist-hook: - chmod -R go-w $(distdir) - -sense: - @echo 42 - -.PHONY: dist-hook sense |