diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-24 16:55:36 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-24 16:55:36 -0700 |
| commit | 8b48d29afa49d3e1d7c1c35d574b3be8358ca179 (patch) | |
| tree | 2a027248636f36695e9bf28b99faf455033392fb /Makefile | |
| parent | 89f65d6a2638c93e2d04399545c106fff192f443 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX= CC=cc -CFLAGS=-O0 -std=gnu99 +CFLAGS=-O0 -std=gnu99 -Wall LIBS= NAME=bb G= |
