Sample makefile !include <win32.mak> all: simple.exe challeng.exe .c.obj: $(cc) $(cdebug) $(cflags) $(cvars) $*.c simple.exe: simple.obj ...
確定! 回上一頁