]> Sergey Matveev's repositories - nnn.git/commitdiff
Update Haiku Makefile
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 1 Mar 2020 13:26:33 +0000 (18:56 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 1 Mar 2020 13:26:33 +0000 (18:56 +0530)
misc/haiku/Makefile

index 192ff6dc7b878c12a78f6bc253c4fa01f303c5bc..fdba8d393247f043e83f779655017e776372fc8a 100644 (file)
@@ -48,6 +48,10 @@ ifeq ($(O_NOLOC),1)
        CPPFLAGS += -DNOLOCALE
 endif
 
+ifeq ($(O_NOMOUSE),1)
+       CPPFLAGS += -DNOMOUSE
+endif
+
 ifeq ($(shell $(PKG_CONFIG) ncursesw && echo 1),1)
        CFLAGS_CURSES ?= $(shell $(PKG_CONFIG) --cflags ncursesw)
        LDLIBS_CURSES ?= $(shell $(PKG_CONFIG) --libs   ncursesw)
@@ -135,8 +139,8 @@ upload-local: sign static
        curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION).tar.gz.sig' \
            -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/pgp-signature' \
            --upload-file nnn-$(VERSION).tar.gz.sig
-       tar -cf $(BIN)-static-$(VERSION).x86-64.tar.gz $(BIN)-static
-       curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=nnn-$(VERSION)-static-$(VERSION).x86-64.tar.gz' \
+       tar -zcf $(BIN)-static-$(VERSION).x86-64.tar.gz $(BIN)-static
+       curl -XPOST 'https://uploads.github.com/repos/jarun/nnn/releases/$(ID)/assets?name=$(BIN)-static-$(VERSION).x86-64.tar.gz' \
            -H 'Authorization: token $(NNN_SIG_UPLOAD_TOKEN)' -H 'Content-Type: application/x-sharedlib' \
            --upload-file $(BIN)-static-$(VERSION).x86-64.tar.gz