diff options
author | John <john@ankarstrom.se> | 2019-02-20 13:48:59 +0100 |
---|---|---|
committer | John <john@ankarstrom.se> | 2019-02-20 13:48:59 +0100 |
commit | 15fc4542704e9e3bb3f31f7eae911b483db42a53 (patch) | |
tree | 20b271cf10675c695f0b432fda232e56e1876cc2 /Makefile | |
parent | c34001f300de2d0d214f6e98699714a208d7ebf1 (diff) | |
download | when-15fc4542704e9e3bb3f31f7eae911b483db42a53.tar.gz |
better error printing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX = /usr/local -CFLAGS = -Wall -Wno-missing-braces -Wextra -Wpedantic +CFLAGS = -Wall -Wno-missing-braces -Wextra -Wpedantic -O2 all: watch |