summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1530317..898378e 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
TARGET = generate
LIBS =
CC = gcc
-CFLAGS = -std=c99 -g -Wall -Werror -Wno-unused-variable
+CFLAGS = -std=c99 -g -Wall -Werror -Wno-unused-variable
.PHONY: default all clean