faster
This commit is contained in:
parent
73b7cda4af
commit
2ded35b439
2 changed files with 3 additions and 8 deletions
4
dnx.mk
4
dnx.mk
|
|
@ -26,6 +26,8 @@ dnx=dnx
|
|||
|
||||
git_status := $(shell git status -s --porcelain |wc -l)
|
||||
|
||||
all: $(BINTARGETPATH)
|
||||
|
||||
rc-num.txt-check:
|
||||
ifndef rc_num
|
||||
@echo no rc num ... please, could you try and run 'make rc-num.txt' ?.
|
||||
|
|
@ -76,4 +78,4 @@ deploy-pkg: pack
|
|||
|
||||
.PHONY: rc-num.txt-check
|
||||
|
||||
.DEFAULT_GOAL := $(BINTARGETPATH)
|
||||
# .DEFAULT_GOAL := $(BINTARGETPATH)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue