diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 00:07:11 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 00:07:11 -0500 |
commit | 7f1d5473842361f97fef886bc4e98949ecf853b6 (patch) | |
tree | c54ace92b5603b6f1ba3b3f8110339b15e2a51da /Makefile | |
parent | 05e7cb6cfd0929046abe0ea44bab7a43d7f6d0d2 (diff) |
Enable warnings when compiling and fix a few.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC = gcc INCLUDES = -Isrc -CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -coverage +CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -coverage LDFLAGS = -coverage -lm LDLIBS = -lcheck |