From 121089ced5e1d3f3103cbc2b37f5fb579d800915 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Wed, 20 Mar 2013 21:14:22 +0100
Subject: Makefile: remove CGIT-CFLAGS files in clean stage


diff --git a/Makefile b/Makefile
index 8c00190..83d4716 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ $(DOC_PDF): %.pdf : %.txt
 	a2x -f pdf cgitrc.5.txt
 
 clean: clean-doc
-	$(RM) cgit VERSION *.o tags
+	$(RM) cgit VERSION CGIT-CFLAGS *.o tags
 	$(RM) -r .deps
 
 cleanall: clean
-- 
cgit v0.10.1