mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-12-04 14:46:37 -05:00
Removed all references to the old .tar.gz release files
This commit is contained in:
parent
2b522069cd
commit
59a04af5a7
4
INSTALL
4
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
|
||||
|
||||
|
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user