summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-02-20 17:32:40 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-03-16 15:48:11 +0100
commitdf7a01278eae4d30ea4e63c5399cf54dc5bbae84 (patch)
treee5e1329cc2dd2a7f41ae4dfdb9347692fe41cb96 /Makefile
parentrepositories.xml: sort correctly (diff)
downloadapi-df7a01278eae4d30ea4e63c5399cf54dc5bbae84.tar.gz
api-df7a01278eae4d30ea4e63c5399cf54dc5bbae84.tar.bz2
api-df7a01278eae4d30ea4e63c5399cf54dc5bbae84.zip
Add Makefile(s) with 'check' target
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..369236e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+.PHONY: check
+check:
+ $(MAKE) -C files/overlays $@