1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

Removed all references to the old .tar.gz release files

This commit is contained in:
Kim Holviala 2018-01-28 17:55:27 +02:00
parent 2b522069cd
commit 59a04af5a7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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