Skip to content

Commit

Permalink
Removed all references to the old .tar.gz release files
Browse files Browse the repository at this point in the history
  • Loading branch information
kimholviala committed Jan 28, 2018
1 parent 2b52206 commit 59a04af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59a04af

Please sign in to comment.