
all: 
	@echo Nothing to Do.

clean:
	@echo Nothing to Do.

install: all
	$(CP) * $(DESTBIN)/

GPL:
	@echo Nothing to do.
		
