seperate check-% and release

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-09-04 22:59:46 +02:00
parent c68c11dce1
commit c074d377aa
1 changed files with 4 additions and 1 deletions

View File

@ -206,7 +206,10 @@ archlinux-release: $(ARCHLINUX_FILE)
#
# Code that is better handled in a shell script
check-% release:
check-%:
$(helper) $@
release:
$(helper) $@
################################################################################