mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
bug/add_default_make_target (#452)
This commit is contained in:
parent
83598c4ab6
commit
2998cbc834
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -136,6 +136,7 @@ endif
|
|||
ARANGOSYNCTESTCTRLBINNAME := $(PROJECT)_sync_test_ctrl
|
||||
ARANGOSYNCTESTCTRLBIN := $(BINDIR)/$(ARANGOSYNCTESTCTRLBINNAME)
|
||||
|
||||
.DEFAULT_GOAL := all
|
||||
.PHONY: all
|
||||
all: check-vars verify-generated build
|
||||
|
||||
|
|
Loading…
Reference in a new issue