From: erg Date: Fri, 5 Jan 2007 23:43:27 +0000 (+0000) Subject: Rename nmake makefiles as makefile rather than Makefile so that X-Git-Tag: LAST_LIBGRAPH~32^2~5727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cc3c4a334615d0b9c046f4c7f42b7d0365af1cb;p=graphviz Rename nmake makefiles as makefile rather than Makefile so that the build script will not remove them. --- diff --git a/windows/cmd/gvui/makefile b/windows/cmd/gvui/makefile new file mode 100755 index 000000000..ddc744469 --- /dev/null +++ b/windows/cmd/gvui/makefile @@ -0,0 +1,8 @@ +:PACKAGE: graphviz + +:ALL: + +GVUI.exe : .TERMINAL + +$(BINDIR) :INSTALLDIR: GVUI.exe +