all: $(MAKE) -C src clean: $(MAKE) -C src clean install: $(MAKE) -C src install deinstall: $(MAKE) -C src deinstall