diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-16 11:20:55 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-17 12:22:57 +0200 |
commit | 991f7f569ce0212f46d1dd5d557eb5a36932f887 (patch) | |
tree | 321d450754cbc3e78cc613db0159b8fdfb4e05b9 /Makefile | |
parent | 78c46e3e6960f4bae0e2ec1aa2f1786715f5922c (diff) | |
download | rtty-991f7f569ce0212f46d1dd5d557eb5a36932f887.tar.gz |
Add +x (escaped command) flag
Here is a summary of the squashed commits:
Fix comparison (line 55)
Temporarily suspend SIGCHLD handler
Support only one file argument (it gets WAY too complex otherwise)
Clean up properly
Clean up code
Properly handle SIGINT during escaped command
Abort escaped command if previous command failed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +CFLAGS += -Wall -pedantic + rtty: rtty.c install: rtty |