diff --git a/Makefile b/Makefile index 57dd85d..bdb16fd 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ libsass-$(LIBSASS_VERSION)/lib: libsass-$(LIBSASS_VERSION) libsass-$(LIBSASS_VERSION): curl -L "https://github.com/sass/libsass/archive/$(LIBSASS_VERSION).tar.gz" | tar -xz -.PHONY: spec -spec: +.PHONY: test +test: LIBRARY_PATH="$(LOCAL_LD_PATH)/lib" LD_LIBRARY_PATH="$(LOCAL_LD_PATH)/lib" crystal spec clean: clean-dep