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, 0 insertions, 6 deletions
diff --git a/bonus/libfetch/Makefile b/bonus/libfetch/Makefile
deleted file mode 100644
index 304ac206..00000000
--- a/bonus/libfetch/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-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