indent:
	indent -kr -ts4 *.h

clean:
	rm -f *.o *~ *.tmp *.bak \#* .\#*
