From 8828e75a9ee7a5408ad00ad17e9878a2740cc866 Mon Sep 17 00:00:00 2001 From: kaa Date: Fri, 23 Jun 2023 11:19:51 -0700 Subject: "Initial." --- makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100755 index 0000000..f8c4d00 --- /dev/null +++ b/makefile @@ -0,0 +1,12 @@ +CC = cc +CFLAGS = -g -Wall +LDFLAGS = -static + +all: files drawn/monthly composed photographed/monthly + +.c: + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< + +clean: + rm -f files drawn/monthly composed photographed/monthly + rm -f files.html files.html.bup drawn/*.html drawn/*.html.bup composed.html photographed/*.html photographed/*.html.bup -- cgit 1.4.1-2-gfad0