Fixed makefile space issues and updated readme
This commit is contained in:
6
Makefile
6
Makefile
@@ -70,9 +70,9 @@ clean:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
install -Dm755 glava $(DESTDIR)/usr/bin/glava
|
||||
install -d $(DESTDIR)/$(SHADER_DIR)
|
||||
cp -Rv shaders/* $(DESTDIR)/$(SHADER_DIR)
|
||||
install -Dm755 glava "$(DESTDIR)/usr/bin/glava"
|
||||
install -d "$(DESTDIR)/$(SHADER_DIR)"
|
||||
cp -Rv shaders/* "$(DESTDIR)/$(SHADER_DIR)"
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
GLava is an (in development) OpenGL audio spectrum visualizer. Its primary use case is for desktop widgets or backgrounds. Displayed to the left is the `radial` shader module running in GLava.
|
||||
|
||||
**Compiling** (after meeting the requirements)**:**
|
||||
**Compiling** (Or use the [`glava-git` AUR package](https://aur.archlinux.org/packages/glava-git/))**:**
|
||||
|
||||
```bash
|
||||
$ git clone --recursive https://github.com/wacossusca34/glava
|
||||
|
||||
Reference in New Issue
Block a user