
default: all

all:
	@echo Nothing to do
	
install:
	@echo Nothing to do

uninstall:
	@echo Nothing to do

clean:
	@echo Nothing to do