aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f6651dd..f6c86cf 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,8 +1,8 @@
-CC=clang --std=gnu99
+CC=gcc
-CFLAGS=-Wall -Wextra -Werror -g# -pg
+CFLAGS=-Wall -Wextra -Werror -Wpadded -pedantic
LIBS=
-BLDFLAGS=-O2 -g# -pg
+BLDFLAGS=-O2 -g
TARGET=otc
DEPS=main.c agenda_entry.c date.c