Browse Source

Fix Makefile typo

tags/v1.1.1
Andrew Belt 5 years ago
parent
commit
b2f104998a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -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)


Loading…
Cancel
Save