aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-11 15:21:56 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-07-11 15:21:56 +0200
commit861c0fc66b65aa4bc60b9d04b40a405ca25490aa (patch)
treeab62bacd7d5b0b1bfe4e4dc2aafcb0495e170812 /Makefile
parentcc2fcb1408cd2086337b63b58e8f24ce2c50fc1c (diff)
downloadvis-861c0fc66b65aa4bc60b9d04b40a405ca25490aa.tar.gz
vis-861c0fc66b65aa4bc60b9d04b40a405ca25490aa.tar.xz
build: mark distclean and testclean targets as PHONY
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf0e62b..7a08d86 100644
--- a/Makefile
+++ b/Makefile
@@ -200,4 +200,4 @@ uninstall:
@echo removing support files from ${DESTDIR}${SHAREPREFIX}/vis
@rm -rf ${DESTDIR}${SHAREPREFIX}/vis
-.PHONY: all clean dist install install-strip uninstall debug profile coverage test test-update luadoc luadoc-all luacheck man docker-kill docker docker-clean
+.PHONY: all clean testclean dist distclean install install-strip uninstall debug profile coverage test test-update luadoc luadoc-all luacheck man docker-kill docker docker-clean