X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=2f88f152cb652df14ff867d9f2928f42c7b20d7f;hb=refs%2Fheads%2Fmaster;hp=267a668152031efe57fe8856ae3be0e1f14df30a;hpb=ed4f35e7375d231de38f25f9e268109a48e364e4;p=arexx.git diff --git a/Makefile b/Makefile index 267a668..2f88f15 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -VERSION=1.5 +VERSION=2.0 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 @@ -19,6 +19,6 @@ release: git tag v$(VERSION) git push --tags git archive --format=tar --prefix=arexxd-$(VERSION)/ HEAD | gzip >$(ARCHIVE) - scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ - ssh jw "cd www && bin/release-prog arexxd $(VERSION)" - mv $(ARCHIVE) ~/archives/mj/ + scp $(ARCHIVE) jw:~ftp/pub/mj/linux/ + ssh jw "cd web && bin/release-prog arexxd $(VERSION)" + mv $(ARCHIVE) ~/archives/sw/arexxd/