From 8b48d29afa49d3e1d7c1c35d574b3be8358ca179 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 24 May 2019 16:55:36 -0700 Subject: Cleanup and refactoring. More robust handling of command files, and guaranteed tmpfile deletion on exit (even with SIGTERM, ctrl-c, etc.). Also fixed some bugs with suspend hiding cursor, not handling multiple commands, duplicating commands, etc. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5efd253..7ed2e91 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX= CC=cc -CFLAGS=-O0 -std=gnu99 +CFLAGS=-O0 -std=gnu99 -Wall LIBS= NAME=bb G= -- cgit v1.2.3