From a7681160d7a8d264b08990ca8bc8312d0ac7ce7f Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Thu, 21 Apr 2011 21:34:10 +0200 Subject: [PATCH] comment make wingui --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7ef39b..ee97919 100644 --- a/Makefile +++ b/Makefile @@ -7,20 +7,20 @@ install: cd draw2d && make install cd draw2dgl && make install cd postscript && make install - cd wingui && make install +# cd wingui && make install clean: cd draw2d && make clean cd draw2dgl && make clean cd postscript && make clean cd cmd && make clean - cd wingui && make clean +# cd wingui && make clean nuke: cd draw2d && make nuke cd draw2dgl && make nuke cd postscript && make nuke - cd wingui && make nuke +# cd wingui && make nuke command: cd cmd && make