aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6b245c..f6d4287 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,10 @@ MAKEOVERRIDES := $(filter-out p=$p,$(MAKEOVERRIDES))
check:
$(MAKE) -C test pkg-$p KEEP_BUILDS=1
else
+ifdef hp
+check:
+ $(MAKE) -C test hexpm-pkg-$(hp) KEEP_BUILDS=1 HEXPM=1
+else
ifdef c
check:
$(MAKE) -C test $c c=
@@ -58,10 +62,14 @@ check:
$(MAKE) -C test
endif
endif
+endif
packages:
$(MAKE) -C test packages
+hexpm-packages:
+ $(MAKE) -C test hexpm-packages HEXPM=1
+
summary:
@mkdir -p test/logs/
@touch test/logs/latest.log test/packages/errors.log