From 991f7f569ce0212f46d1dd5d557eb5a36932f887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 16 Jul 2021 11:20:55 +0200 Subject: 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3