diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2009-01-24 13:44:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2009-01-24 13:44:33 +0100 |
commit | a247ef9e83192dd5197ab13abac57acea2c9971f (patch) | |
tree | 8313ed26f68334667fd88d6dc85d0a15dba5be2e /Makefile | |
parent | 03a70c5519c75abd4e09509434ba11d39aad1a2f (diff) | |
parent | f6ae74eb0e94facb9fea8002ea86b5af1f6e593e (diff) |
Merge branch 'master' into followname
Conflicts:
inotail.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ MANDIR = $(prefix)/share/man/man1 CC := gcc CFLAGS := $(CFLAGS) -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" -W -Wall \ - -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ + -Wextra -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes # Compile with 'make DEBUG=true' to enable debugging |