Skip to content

Commit 2998cbc

Browse files
authored
bug/add_default_make_target (#452)
1 parent 83598c4 commit 2998cbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ endif
136136
ARANGOSYNCTESTCTRLBINNAME := $(PROJECT)_sync_test_ctrl
137137
ARANGOSYNCTESTCTRLBIN := $(BINDIR)/$(ARANGOSYNCTESTCTRLBINNAME)
138138

139+
.DEFAULT_GOAL := all
139140
.PHONY: all
140141
all: check-vars verify-generated build
141142

0 commit comments

Comments
 (0)