about summary refs log tree commit diff stats
path: root/bonus/libfetch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bonus/libfetch/Makefile')
-rw-r--r--bonus/libfetch/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/bonus/libfetch/Makefile b/bonus/libfetch/Makefile
new file mode 100644
index 00000000..304ac206
--- /dev/null
+++ b/bonus/libfetch/Makefile
@@ -0,0 +1,6 @@
+cha-http-libfetch: cha-http-libfetch.c
+	$(CC) -Wall -O2 -g -std=c89 cha-http-libfetch.c -lfetch -o cha-http-libfetch
+
+.PHONY: clean
+clean:
+	rm -f cha-http-libfetch