aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cms
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-03 07:00:16 +0000
committerlloyd <[email protected]>2006-06-03 07:00:16 +0000
commit0c37e96763aae23a553086809365cd09e8a96cc8 (patch)
treeebf124d9f97c0a93a587b1a66f08888626da4b31 /misc/cms
parent720ef4cd84b5ac9ca127c44d891de11e61e4a584 (diff)
Add a clean target to the cms Makefile
Diffstat (limited to 'misc/cms')
-rw-r--r--misc/cms/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/cms/Makefile b/misc/cms/Makefile
index 210ae4ae2..143c0d741 100644
--- a/misc/cms/Makefile
+++ b/misc/cms/Makefile
@@ -7,3 +7,6 @@ libcms.a: $(OBJS)
%.o: %.cpp
g++ -I. $(shell botan-config --cflags) -c $? -o $@
+
+clean:
+ rm -f *.o