aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-24 16:55:36 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-24 16:55:36 -0700
commit8b48d29afa49d3e1d7c1c35d574b3be8358ca179 (patch)
tree2a027248636f36695e9bf28b99faf455033392fb /Makefile
parent89f65d6a2638c93e2d04399545c106fff192f443 (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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=