From c49d784e7f66ef0630622126620f8a0a7d4c2bc3 Mon Sep 17 00:00:00 2001 From: Laurent Le Goff Date: Wed, 18 May 2011 09:53:23 +0200 Subject: [PATCH] comment gl make install --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ee97919..44f95a8 100644 --- a/Makefile +++ b/Makefile @@ -5,20 +5,20 @@ all: install install: cd draw2d && make install - cd draw2dgl && make install +# cd draw2dgl && make install cd postscript && make install # cd wingui && make install clean: cd draw2d && make clean - cd draw2dgl && make clean +# cd draw2dgl && make clean cd postscript && make clean cd cmd && make clean # cd wingui && make clean nuke: cd draw2d && make nuke - cd draw2dgl && make nuke +# cd draw2dgl && make nuke cd postscript && make nuke # cd wingui && make nuke