diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-02-20 17:32:40 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-03-16 15:48:11 +0100 |
commit | df7a01278eae4d30ea4e63c5399cf54dc5bbae84 (patch) | |
tree | e5e1329cc2dd2a7f41ae4dfdb9347692fe41cb96 /Makefile | |
parent | repositories.xml: sort correctly (diff) | |
download | api-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-- | Makefile | 3 |
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 $@ |