summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-02-09 23:00:13 +1030
committerDaniel Jones <admin@danieljon.es>2020-02-09 23:00:13 +1030
commit09db8e9120d948edc2596cae82019de1e3b0c566 (patch)
tree74077638ff0f6e8c84f1517be58f1b8779cefc73 /makefile
parentfd7d4c157e1de0d9573ab5b3c5a062db193ba917 (diff)
downloadwebsitegenerator-09db8e9120d948edc2596cae82019de1e3b0c566.tar.gz
websitegenerator-09db8e9120d948edc2596cae82019de1e3b0c566.zip
add flag for images in RSS feed
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