From 1dad33d8c841f5c427c1031b56518875dd9a7bde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Tue, 23 Oct 2012 22:03:07 +0200 Subject: [PATCH] Add a clean rule. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 57c07f5..b6f91f0 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ all: cduce --compile tiki_of_html.cd + +clean: + rm -f *.cdo -- 2.17.1