From: Matthias Kruk Date: Mon, 16 Aug 2021 23:45:11 +0000 (+0900) Subject: Add always-passing test X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=430cf40ecdf0abe8d7509acbf8891c478fb6afdb;p=test Add always-passing test --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e10a6d5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +test: + true + +.PHONY: test