diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-22 11:10:41 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-22 11:10:41 +0200 |
commit | 94f90dc4f48ee7f6bc1aa3a1116f20b714df89c9 (patch) | |
tree | 5ed69dfde863de16c6cf6a4ece0fabc7c831354e /Makefile | |
parent | a3c687478843b98cf7cb06d465933064e2dbabe1 (diff) | |
download | when-94f90dc4f48ee7f6bc1aa3a1116f20b714df89c9.tar.gz |
Clean up code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ BINDIR = /usr/local/bin MANDIR = /usr/local/man -CFLAGS = -Wall -Wno-missing-braces -Wextra -Wpedantic -O2 +CFLAGS = -Wall -Wextra -pedantic -O2 all: watch |