From a5d0d52a23bb60012eb3206aaa8b10a504f53507 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 20 Nov 2009 15:53:01 +0100 Subject: [PATCH] Don't delete http_parser.c on make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43e8cb4..d0a17dd 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,6 @@ tags: http_parser.c http_parser.h test.c ctags $^ clean: - rm -f *.o http_parser.c test test_g http_parser.tar + rm -f *.o test test_g http_parser.tar .PHONY: clean package test-run test-run-timed