1 2 3 4 5 6 7 8
all: @make -C src debug: @make -C src debug clean: @make -C src clean %: @make -C src $@