# 各種ルールが書かれたファイルをインクルードする。 !include ..\makedef.inc # 最終成果物 all: test.fx # 途中のモノ test.fx: test.bin test.bin: test.obj test.obj: test.c