seperate check-% and release

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/2.3
Nico Schottelius 12 years ago
parent c68c11dce1
commit c074d377aa
  1. 5
      Makefile

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

Loading…
Cancel
Save