aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2941f08..543eafa 100644
--- a/Makefile
+++ b/Makefile
@@ -28,5 +28,10 @@ pkg:
cat packages.v2.tsv | awk 'BEGIN { FS = "\t" }; { print $$1 "\t" $$3 "\t" $$5 "\t" $$6 }' > packages.v1.tsv
cp packages.v1.tsv packages.v1.txt
+ifeq ($(p),)
check:
$(MAKE) -C test
+else
+check:
+ $(MAKE) -C test pkg-$(p)
+endif