From 9e5da98641564c0390c6d290b400bd19c465baff Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 30 Nov 2013 14:29:11 +0530 Subject: Update the clean target to clear files generated during sdist target running. Signed-off-by: Vasudev Kamath --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34dff2a..99ec989 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ clean: rm -f $${font}/$${font}.ttf;\ fi \ done; - @rm -rf tests/*.pdf webfonts; + @rm -rf tests/*.pdf webfonts sdist ignore-file; test: compile # Test the fonts -- cgit