diff options
author | Daniel Jones <admin@danieljon.es> | 2020-02-09 23:00:13 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-02-09 23:00:13 +1030 |
commit | 09db8e9120d948edc2596cae82019de1e3b0c566 (patch) | |
tree | 74077638ff0f6e8c84f1517be58f1b8779cefc73 /makefile | |
parent | fd7d4c157e1de0d9573ab5b3c5a062db193ba917 (diff) | |
download | websitegenerator-09db8e9120d948edc2596cae82019de1e3b0c566.tar.gz websitegenerator-09db8e9120d948edc2596cae82019de1e3b0c566.zip |
add flag for images in RSS feed
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |