diff options
author | lloyd <[email protected]> | 2006-06-03 07:00:16 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-03 07:00:16 +0000 |
commit | 0c37e96763aae23a553086809365cd09e8a96cc8 (patch) | |
tree | ebf124d9f97c0a93a587b1a66f08888626da4b31 /misc/cms | |
parent | 720ef4cd84b5ac9ca127c44d891de11e61e4a584 (diff) |
Add a clean target to the cms Makefile
Diffstat (limited to 'misc/cms')
-rw-r--r-- | misc/cms/Makefile | 3 |
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 |