aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-16 11:20:55 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-17 12:22:57 +0200
commit991f7f569ce0212f46d1dd5d557eb5a36932f887 (patch)
tree321d450754cbc3e78cc613db0159b8fdfb4e05b9 /Makefile
parent78c46e3e6960f4bae0e2ec1aa2f1786715f5922c (diff)
downloadrtty-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--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8992ccf..1068da9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+CFLAGS += -Wall -pedantic
+
rtty: rtty.c
install: rtty