# $OpenXM: OpenXM/src/oxmgraph/Makefile.vc,v 1.2 2009/03/18 02:59:06 ohara Exp $ CFLAGS=-nologo -MT -Ox -I . LD=link LDFLAGS=-nologo all: oxmgraph.exe oxmgraph.exe: graph.obj $(LD) $(LDFLAGS) -out:$@ $** clean: -@del oxmgraph.exe -@del *.obj