>>642

all:
 gcc $(DEBUG) hoge fuga

debug:
 $(MAKE) DEBUG="-g" all