mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-10-27 05:20:18 -04: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:
|
To compile and install run:
|
||||||
|
|
||||||
$ gzip -cd gophernicus-*.tar.gz | tar xvf -
|
$ git clone https://github.com/kimholviala/gophernicus.git
|
||||||
$ cd gophernicus-*
|
$ cd gophernicus
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
|
|
||||||
|
2
Makefile
2
Makefile
@ -124,7 +124,7 @@ files.h: bin2c
|
|||||||
clean: clean-build clean-deb
|
clean: clean-build clean-deb
|
||||||
|
|
||||||
clean-build:
|
clean-build:
|
||||||
rm -f $(BINARY) $(OBJECTS) $(PACKAGE)-*.tar.gz $(HEADERS) README.options bin2c
|
rm -f $(BINARY) $(OBJECTS) $(HEADERS) README.options bin2c
|
||||||
|
|
||||||
clean-deb:
|
clean-deb:
|
||||||
if [ -d debian/$(PACKAGE) ]; then fakeroot debian/rules clean; fi
|
if [ -d debian/$(PACKAGE) ]; then fakeroot debian/rules clean; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user