summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-27 16:04:29 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-27 16:04:29 -0400
commitd54f40f830567890224f55232075fbb02b95bb40 (patch)
tree6879dfab587d312c81ab613d339403aa4d1b8cdb
parentb9dfd01a7919df8faf8aa7f86554360444014e9d (diff)
enable warnings
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13e4de8..e82450e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-CFLAGS=-static
+CFLAGS=-static -Wall
OBJECTS=blog.o post.o index.o
all: blog