From 59a04af5a7d04bcfabd0c773676885bdde90d77d Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Sun, 28 Jan 2018 17:55:27 +0200 Subject: [PATCH] Removed all references to the old .tar.gz release files --- INSTALL | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index b5758a1..7ca4d68 100644 --- a/INSTALL +++ b/INSTALL @@ -8,8 +8,8 @@ any *nix system. To compile and install run: -$ gzip -cd gophernicus-*.tar.gz | tar xvf - -$ cd gophernicus-* +$ git clone https://github.com/kimholviala/gophernicus.git +$ cd gophernicus $ make $ sudo make install diff --git a/Makefile b/Makefile index 9e6fbe6..8d17baa 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ files.h: bin2c clean: clean-build clean-deb clean-build: - rm -f $(BINARY) $(OBJECTS) $(PACKAGE)-*.tar.gz $(HEADERS) README.options bin2c + rm -f $(BINARY) $(OBJECTS) $(HEADERS) README.options bin2c clean-deb: if [ -d debian/$(PACKAGE) ]; then fakeroot debian/rules clean; fi