diff --git a/Makefile b/Makefile index d35c950..c52c622 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ fswatch := dep/lib/libfswatch.a DEPS += $(fswatch) OBJECTS += $(fswatch) $(fswatch): - cd $(WGET) "https://github.com/emcrisostomo/fswatch/releases/download/1.14.0/fswatch-1.14.0.tar.gz" - cd $(SHA256) fswatch-1.14.0.tar.gz 44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d + $(WGET) "https://github.com/emcrisostomo/fswatch/releases/download/1.14.0/fswatch-1.14.0.tar.gz" + $(SHA256) fswatch-1.14.0.tar.gz 44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d cd dep && $(UNTAR) ../fswatch-1.14.0.tar.gz cd dep/fswatch-1.14.0 && $(CONFIGURE) --enable-shared=no cd dep/fswatch-1.14.0 && $(MAKE)