# makefile for bin dir

# nothing needed
all:

clean:
	$(RM) *~ extra/*~
