seperate check-% and release
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
c68c11dce1
commit
c074d377aa
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -206,7 +206,10 @@ archlinux-release: $(ARCHLINUX_FILE)
|
|||
#
|
||||
|
||||
# Code that is better handled in a shell script
|
||||
check-% release:
|
||||
check-%:
|
||||
$(helper) $@
|
||||
|
||||
release:
|
||||
$(helper) $@
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in a new issue