]> mj.ucw.cz Git - nwho.git/blobdiff - Makefile
Make the systemd service be ordered after autofs.service, so that it is ordered befor...
[nwho.git] / Makefile
index 0ea421799ef1507a1e9dddc01e7ec71f9bf47584..6da5aeef5a3c71c2ebb995e84710a3b6e7a11d28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
 # Makefile for the nwho toolkit
 
-VERSION=1.13
 CFLAGS=-O2 -Wall -Wextra -Wno-parentheses -DVERSION=$(VERSION) -std=gnu99
 LDFLAGS=-s
 ROOT=/
-REL=nwho-$(VERSION)
+VERSION=1.15
+ARCHIVE=nwho-$(VERSION).tar.gz
 
 all: nwhod nwho
 
@@ -31,4 +31,4 @@ release:
        git archive --format=tar --prefix=nwho-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
        scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
        ssh jw "cd www && bin/release-prog nwho $(VERSION)"
-       mv $(ARCHIVE) ~/archives/mj/
+       mv $(ARCHIVE) ~/archives/sw/nwho/