# Emacs, this is a -*- Makefile -*-
#
# Makefile for cleaning up the lib/ directory.
#

clean:
	rm -f *.o *~
	rm -f libkorigin.a
