SHELL = /bin/sh .PHONY: all clean all: $(MAKE) $(MAKECMDGOALS) -C snmp++ clean: all