Skip to content

Commit 7e06b45

Browse files
committed
Default Makefile task should be to test
1 parent f22cc62 commit 7e06b45

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.dll
2-
32
example.tf
3+
vendor/

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ endif
1111

1212
export CGO_CFLAGS CGO_LDFLAGS PATH
1313

14+
default: test
15+
1416
libucl: vendor/libucl/$(LIBUCL_NAME)
1517

1618
test: libucl
@@ -35,4 +37,4 @@ vendor/libucl:
3537
clean:
3638
rm -rf vendor
3739

38-
.PHONY: clean libucl test
40+
.PHONY: clean default libucl test

0 commit comments

Comments
 (0)