]> mj.ucw.cz Git - arexx.git/blobdiff - Makefile
make release: Reorganization of directory structure
[arexx.git] / Makefile
index f1d35e8d6e3cb1127455ff6b6ae32a59fe5d1244..1c1329759b565b6e71e0f617e1bc144623d85bee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-VERSION=1.6
+VERSION=1.99
 ARCHIVE=arexxd-$(VERSION).tar.gz
 
 CC=gcc
 LD=gcc
 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99 -DAREXXD_VERSION='"$(VERSION)"'
-LDLIBS=-lusb-1.0 -lm -lrrd
+LDLIBS=-lusb-1.0 -lm -lrrd -lmosquitto
 
 all: arexxd
 
@@ -21,4 +21,4 @@ release:
        git archive --format=tar --prefix=arexxd-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
        scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
        ssh jw "cd web && bin/release-prog arexxd $(VERSION)"
-       mv $(ARCHIVE) ~/archives/mj/
+       mv $(ARCHIVE) ~/archives/sw/arexxd/