Default Makefile task should be to test

pull/5/head
Mitchell Hashimoto 12 years ago
parent f22cc62b2c
commit 7e06b45232

2
.gitignore vendored

@ -1,3 +1,3 @@
*.dll
example.tf
vendor/

@ -11,6 +11,8 @@ endif
export CGO_CFLAGS CGO_LDFLAGS PATH
default: test
libucl: vendor/libucl/$(LIBUCL_NAME)
test: libucl
@ -35,4 +37,4 @@ vendor/libucl:
clean:
rm -rf vendor
.PHONY: clean libucl test
.PHONY: clean default libucl test

Loading…
Cancel
Save