Skip to content

Commit

Permalink
Rename make spec to make test
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 9, 2021
1 parent 8a119a0 commit a2036df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2036df

Please sign in to comment.