Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b467fa963 | |||
| 1ff23bd203 |
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ prefix = /usr/local
|
|||||||
bindir = $(prefix)/bin
|
bindir = $(prefix)/bin
|
||||||
CFLAGS = -std=c99 -Wall -Wextra -pedantic
|
CFLAGS = -std=c99 -Wall -Wextra -pedantic
|
||||||
|
|
||||||
VERSIONFALLBACK = "v1.2+"
|
VERSIONFALLBACK = "v1.3+"
|
||||||
VERSIONFLAGS = -DGIT_TAG=\"$(shell git describe --tags HEAD || echo $(VERSIONFALLBACK))\"
|
VERSIONFLAGS = -DGIT_TAG=\"$(shell git describe --tags HEAD || echo $(VERSIONFALLBACK))\"
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|||||||
@@ -6,10 +6,6 @@ occurs it can execute a command. The path of the file and the event
|
|||||||
will be passed to that command.
|
will be passed to that command.
|
||||||
|
|
||||||
|
|
||||||
Options
|
|
||||||
=======
|
|
||||||
See adhocify --help.
|
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
=========
|
=========
|
||||||
```
|
```
|
||||||
@@ -91,6 +87,9 @@ echo "test" >> /tmp/test
|
|||||||
|
|
||||||
Passing ```-q``` keeps adhocify silent, surpressing those "Starting execution..." messages.
|
Passing ```-q``` keeps adhocify silent, surpressing those "Starting execution..." messages.
|
||||||
|
|
||||||
|
Options
|
||||||
|
=======
|
||||||
|
See adhocify --help.
|
||||||
|
|
||||||
Other tools
|
Other tools
|
||||||
===========
|
===========
|
||||||
@@ -102,7 +101,7 @@ Install
|
|||||||
|
|
||||||
## Debian / Ubuntu
|
## Debian / Ubuntu
|
||||||
|
|
||||||
Please [read this](https://quitesimple.org/page/repositories) before using those instructions
|
Please [read this](https://quitesimple.org/page/repositories) before using those instructions.
|
||||||
Latest release can be installed using apt
|
Latest release can be installed using apt
|
||||||
```
|
```
|
||||||
# First, obtain the key. Here we just assume it's trustworthy...
|
# First, obtain the key. Here we just assume it's trustworthy...
|
||||||
|
|||||||
Reference in New Issue
Block a user